wip: Debug E2E test failures in CI #34
Annotations
4 errors, 1 warning, and 1 notice
Run Playwright tests
Testing stopped early after 1 maximum allowed failures.
|
Run Playwright tests:
src/e2e/specs/auth.spec.ts#L1
1) [chromium] › auth.spec.ts:12:3 › local - Authentication flow verification @smoke › Verify sign up with new user
Test timeout of 60000ms exceeded.
|
Run Playwright tests:
src/e2e/specs/auth.spec.ts#L31
1) [chromium] › auth.spec.ts:12:3 › local - Authentication flow verification @smoke › Verify sign up with new user
Error: page.waitForURL: Test timeout of 60000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/user/welcome" until "load"
navigated to "***/user/dashboard"
navigated to "***/user/dashboard/action-needed"
============================================================
29 | // assert successful login
30 | const successPageSlugs = "user/welcome";
> 31 | await page.waitForURL(`**/${successPageSlugs}`);
| ^
32 | expect(page.url()).toBe(
33 | `${process.env.E2E_TEST_BASE_URL}/${successPageSlugs}`,
34 | );
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/auth.spec.ts:31:16
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests:
[firefox] › dashboard.spec.ts#L1
[firefox] › dashboard.spec.ts took 24.6s
|
Run Playwright tests
1 failed
[chromium] › auth.spec.ts:12:3 › local - Authentication flow verification @smoke › Verify sign up with new user
2 interrupted
[firefox] › auth.spec.ts:12:3 › local - Authentication flow verification @smoke › Verify sign up with new user
[firefox] › dashboard.spec.ts:275:3 › local - Breaches Dashboard - Content @smoke › Verify that the exposure list contains action needed
3 did not run
16 passed (3.5m)
|
Loading