π V2 Going Full Stack #20
Triggered via pull request
September 29, 2023 11:33
Status
Failure
Total duration
12m 0s
Artifacts
–
Annotations
10 errors, 2 warnings, and 1 notice
[chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin:
e2e/login.spec.ts#L1
1) [chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin βββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
[chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin:
e2e/utils/index.ts#L27
1) [chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin βββββββββββββββββββββββββ
Error: locator.fill: Page closed
=========================== logs ===========================
waiting for getByLabel('Email')
============================================================
at utils/index.ts:27
25 | await page.waitForURL('**/login');
26 |
> 27 | await page.getByLabel('Email').fill(userDetails.email);
| ^
28 | await page.getByLabel(/^Password/).fill(userDetails.password);
29 |
30 | await page.getByRole('button', { name: 'Log In' }).click();
at Object.login (/home/runner/work/start-ui-web/start-ui-web/e2e/utils/index.ts:27:38)
at /home/runner/work/start-ui-web/start-ui-web/e2e/login.spec.ts:8:5
|
[chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin:
e2e/login.spec.ts#L1
1) [chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin βββββββββββββββββββββββββ
Pending operations:
- locator.fill at e2e/utils/index.ts:27:38
|
[chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin:
e2e/login.spec.ts#L1
1) [chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin βββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
[chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin:
e2e/utils/index.ts#L27
1) [chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin βββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.fill: Page closed
=========================== logs ===========================
waiting for getByLabel('Email')
============================================================
at utils/index.ts:27
25 | await page.waitForURL('**/login');
26 |
> 27 | await page.getByLabel('Email').fill(userDetails.email);
| ^
28 | await page.getByLabel(/^Password/).fill(userDetails.password);
29 |
30 | await page.getByRole('button', { name: 'Log In' }).click();
at Object.login (/home/runner/work/start-ui-web/start-ui-web/e2e/utils/index.ts:27:38)
at /home/runner/work/start-ui-web/start-ui-web/e2e/login.spec.ts:8:5
|
[chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin:
e2e/login.spec.ts#L1
1) [chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin βββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Pending operations:
- locator.fill at e2e/utils/index.ts:27:38
|
[chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin:
e2e/login.spec.ts#L1
1) [chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin βββββββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
[chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin:
e2e/utils/index.ts#L27
1) [chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin βββββββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: locator.fill: Page closed
=========================== logs ===========================
waiting for getByLabel('Email')
============================================================
at utils/index.ts:27
25 | await page.waitForURL('**/login');
26 |
> 27 | await page.getByLabel('Email').fill(userDetails.email);
| ^
28 | await page.getByLabel(/^Password/).fill(userDetails.password);
29 |
30 | await page.getByRole('button', { name: 'Log In' }).click();
at Object.login (/home/runner/work/start-ui-web/start-ui-web/e2e/utils/index.ts:27:38)
at /home/runner/work/start-ui-web/start-ui-web/e2e/login.spec.ts:8:5
|
[chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin:
e2e/login.spec.ts#L1
1) [chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin βββββββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Pending operations:
- locator.fill at e2e/utils/index.ts:27:38
|
[chromium] βΊ login.spec.ts:17:7 βΊ Authentication flow βΊ Login as user:
e2e/login.spec.ts#L1
2) [chromium] βΊ login.spec.ts:17:7 βΊ Authentication flow βΊ Login as user βββββββββββββββββββββββββ
Test timeout of 30000ms exceeded.
|
E2E
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
E2E
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
π Playwright Run Summary
6 failed
[chromium] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin ββββββββββββββββββββββββββ
[chromium] βΊ login.spec.ts:17:7 βΊ Authentication flow βΊ Login as user ββββββββββββββββββββββββββ
[firefox] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin βββββββββββββββββββββββββββ
[firefox] βΊ login.spec.ts:17:7 βΊ Authentication flow βΊ Login as user βββββββββββββββββββββββββββ
[webkit] βΊ login.spec.ts:5:7 βΊ Authentication flow βΊ Login as admin ββββββββββββββββββββββββββββ
[webkit] βΊ login.spec.ts:17:7 βΊ Authentication flow βΊ Login as user ββββββββββββββββββββββββββββ
|