Monitor Cron e2e Tests #119
Annotations
2 errors, 1 warning, and 1 notice
[chromium] › landing.spec.ts:168:3 › stage - Verify the Landing Page Functionality - without existing Account › Verify "Get free scan" buttons functionality without existing account:
src/e2e/utils/helpers.ts#L78
1) [chromium] › landing.spec.ts:168:3 › stage - Verify the Landing Page Functionality - without existing Account › Verify "Get free scan" buttons functionality without existing account
Internal Server Error: Unable to retrieve restmail data
at ../utils/helpers.ts:78
76 | ): Promise<string> => {
77 | if (attempts === 0) {
> 78 | throw new InternalServerError("Unable to retrieve restmail data");
| ^
79 | }
80 |
81 | const context = await request.newContext();
at getVerificationCode (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:78:11)
at getVerificationCode (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:92:10)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing.spec.ts:197:16
|
[firefox] › auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user:
src/e2e/utils/helpers.ts#L78
2) [firefox] › auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user
Internal Server Error: Unable to retrieve restmail data
at ../utils/helpers.ts:78
76 | ): Promise<string> => {
77 | if (attempts === 0) {
> 78 | throw new InternalServerError("Unable to retrieve restmail data");
| ^
79 | }
80 |
81 | const context = await request.newContext();
at getVerificationCode (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:78:11)
at getVerificationCode (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:92:10)
at AuthPage.signUp (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:64:16)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/auth.spec.ts:27:5
|
e2e-tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
2 flaky
[chromium] › landing.spec.ts:168:3 › stage - Verify the Landing Page Functionality - without existing Account › Verify "Get free scan" buttons functionality without existing account
[firefox] › auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user
4 skipped
46 passed (4.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
8.37 MB |
|
test-results
Expired
|
6.25 MB |
|