chore: unify qa automation #22
ci.yml
on: pull_request
QA Suite (fix + rules + smoke + lint + typecheck + unit + e2e)
3m 18s
Annotations
4 errors and 1 notice
|
QA Suite (fix + rules + smoke + lint + typecheck + unit + e2e)
Process completed with exit code 201.
|
|
[chromium] › tests/e2e/run-page.spec.ts:46:3 › /run page smoke tests › should discover and display screenshots:
frontend/tests/e2e/run-page.spec.ts#L55
1) [chromium] › tests/e2e/run-page.spec.ts:46:3 › /run page smoke tests › should discover and display screenshots
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "domcontentloaded"
navigated to "http://localhost:5173/"
============================================================
53 |
54 | // Wait for run page to load
> 55 | await page.waitForURL(/\/run\/[A-Za-z0-9-]+/, {
| ^
56 | waitUntil: "domcontentloaded",
57 | timeout: 30000,
58 | });
at /home/runner/work/ScreenGraph/ScreenGraph/frontend/tests/e2e/run-page.spec.ts:55:16
|
|
[chromium] › tests/e2e/run-page.spec.ts:46:3 › /run page smoke tests › should discover and display screenshots:
frontend/tests/e2e/run-page.spec.ts#L55
1) [chromium] › tests/e2e/run-page.spec.ts:46:3 › /run page smoke tests › should discover and display screenshots
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "domcontentloaded"
============================================================
53 |
54 | // Wait for run page to load
> 55 | await page.waitForURL(/\/run\/[A-Za-z0-9-]+/, {
| ^
56 | waitUntil: "domcontentloaded",
57 | timeout: 30000,
58 | });
at /home/runner/work/ScreenGraph/ScreenGraph/frontend/tests/e2e/run-page.spec.ts:55:16
|
|
[chromium] › tests/e2e/run-page.spec.ts:46:3 › /run page smoke tests › should discover and display screenshots:
frontend/tests/e2e/run-page.spec.ts#L55
1) [chromium] › tests/e2e/run-page.spec.ts:46:3 › /run page smoke tests › should discover and display screenshots
TimeoutError: page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "domcontentloaded"
navigated to "http://localhost:5173/"
============================================================
53 |
54 | // Wait for run page to load
> 55 | await page.waitForURL(/\/run\/[A-Za-z0-9-]+/, {
| ^
56 | waitUntil: "domcontentloaded",
57 | timeout: 30000,
58 | });
at /home/runner/work/ScreenGraph/ScreenGraph/frontend/tests/e2e/run-page.spec.ts:55:16
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/e2e/run-page.spec.ts:46:3 › /run page smoke tests › should discover and display screenshots
|