Skip to content

πŸš€ V2 Going Full Stack #20

πŸš€ V2 Going Full Stack

πŸš€ V2 Going Full Stack #20

Triggered via pull request September 29, 2023 11:33
Status Failure
Total duration 12m 0s
Artifacts

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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 ────────────────────────────