wip: Debug E2E test failures in CI #19
Annotations
3 errors and 1 notice
e2e-tests
Testing stopped early after 1 maximum allowed failures.
|
[chromium] › auth.spec.ts:12:3 › local - Authentication flow verification @smoke › Verify sign up with new user:
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: expect(received).toBe(expected) // Object.is equality
Expected: "***/user/welcome"
Received: "***/user/dashboard"
29 | // assert successful login
30 | const successUrl = `${process.env.E2E_TEST_BASE_URL}/user/welcome`;
> 31 | expect(page.url()).toBe(successUrl);
| ^
32 |
33 | await testInfo.attach(
34 | `${process.env.E2E_TEST_ENV}-signup-monitor-dashboard.png`,
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/auth.spec.ts:31:24
|
e2e-tests
Process completed with exit code 1.
|
🎭 Playwright Run Summary
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] › auth.spec.ts:42:3 › local - Authentication flow verification @smoke › Verify sign in with existing user
8 skipped
9 did not run
2 passed (2.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
486 KB |
|
test-results
Expired
|
192 KB |
|