Monitor Cron e2e Tests #421
Annotations
10 errors, 5 warnings, and 1 notice
[chromium] › landing/landing-content.spec.ts:101:3 › stage - Verify the Landing Page content › Observe "Choose your level of protection" section:
src/e2e/specs/landing/landing-content.spec.ts#L110
1) [chromium] › landing/landing-content.spec.ts:101:3 › stage - Verify the Landing Page content › Observe "Choose your level of protection" section
Error: A snapshot doesn't exist at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-content.spec.ts-snapshots/stage-chooseLevelSection-chromium-linux.png, writing actual.
108 | });
109 |
> 110 | await expect(landingPage.chooseLevelSection).toHaveScreenshot(
| ^
111 | `${process.env.E2E_TEST_ENV}-chooseLevelSection.png`,
112 | defaultScreenshotOpts,
113 | );
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-content.spec.ts:110:5
|
[chromium] › landing/landing-content.spec.ts:116:3 › stage - Verify the Landing Page content › Observe FAQ section:
src/e2e/specs/landing/landing-content.spec.ts#L123
2) [chromium] › landing/landing-content.spec.ts:116:3 › stage - Verify the Landing Page content › Observe FAQ section
Error: A snapshot doesn't exist at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-content.spec.ts-snapshots/stage-faqSection-chromium-linux.png, writing actual.
121 | });
122 |
> 123 | await expect(landingPage.faqSection).toHaveScreenshot(
| ^
124 | `${process.env.E2E_TEST_ENV}-faqSection.png`,
125 | defaultScreenshotOpts,
126 | );
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-content.spec.ts:123:5
|
[firefox] › landing/landing-content.spec.ts:101:3 › stage - Verify the Landing Page content › Observe "Choose your level of protection" section:
src/e2e/specs/landing/landing-content.spec.ts#L110
3) [firefox] › landing/landing-content.spec.ts:101:3 › stage - Verify the Landing Page content › Observe "Choose your level of protection" section
Error: A snapshot doesn't exist at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-content.spec.ts-snapshots/stage-chooseLevelSection-firefox-linux.png, writing actual.
108 | });
109 |
> 110 | await expect(landingPage.chooseLevelSection).toHaveScreenshot(
| ^
111 | `${process.env.E2E_TEST_ENV}-chooseLevelSection.png`,
112 | defaultScreenshotOpts,
113 | );
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-content.spec.ts:110:5
|
[firefox] › landing/landing-content.spec.ts:116:3 › stage - Verify the Landing Page content › Observe FAQ section:
src/e2e/specs/landing/landing-content.spec.ts#L123
4) [firefox] › landing/landing-content.spec.ts:116:3 › stage - Verify the Landing Page content › Observe FAQ section
Error: A snapshot doesn't exist at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-content.spec.ts-snapshots/stage-faqSection-firefox-linux.png, writing actual.
121 | });
122 |
> 123 | await expect(landingPage.faqSection).toHaveScreenshot(
| ^
124 | `${process.env.E2E_TEST_ENV}-faqSection.png`,
125 | defaultScreenshotOpts,
126 | );
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-content.spec.ts:123:5
|
[chromium] › dashboard/dashboard-headers.spec.ts:141:3 › stage - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.:
src/e2e/specs/dashboard/dashboard-headers.spec.ts#L1
5) [chromium] › dashboard/dashboard-headers.spec.ts:141:3 › stage - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
Test timeout of 60000ms exceeded.
|
[chromium] › dashboard/dashboard-headers.spec.ts:141:3 › stage - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.:
src/e2e/pages/dashBoardPage.ts#L273
5) [chromium] › dashboard/dashboard-headers.spec.ts:141:3 › stage - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
Error: page.goto: Test timeout of 60000ms exceeded.
Call log:
- navigating to "***/user/dashboard", waiting until "load"
at ../pages/dashBoardPage.ts:273
271 |
272 | async open() {
> 273 | await this.page.goto("/user/dashboard");
| ^
274 | }
275 |
276 | async goToSettings() {
at DashboardPage.open (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/dashBoardPage.ts:273:21)
at openProfileMenuItem (/home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-headers.spec.ts:202:27)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-headers.spec.ts:219:11
|
[chromium] › purchase.spec.ts:154:3 › stage - Breach Scan:
src/e2e/specs/purchase.spec.ts#L14
6) [chromium] › purchase.spec.ts:154:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a PayPal account - yearly
Test timeout of 180000ms exceeded while running "beforeEach" hook.
12 | );
13 |
> 14 | test.beforeEach(async ({ page, authPage, landingPage, welcomePage }) => {
| ^
15 | test.info().annotations.push({
16 | type: "testrail id",
17 | description:
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:14:8
|
[chromium] › purchase.spec.ts:154:3 › stage - Breach Scan:
src/e2e/pages/authPage.ts#L61
6) [chromium] › purchase.spec.ts:154:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a PayPal account - yearly
Error: locator.fill: Test timeout of 180000ms exceeded.
Call log:
- waiting for locator('[type="password"]').first()
at ../pages/authPage.ts:61
59 | async signUp(email: string, page: Page) {
60 | await this.enterEmail(email);
> 61 | await this.passwordInputField.fill(
| ^
62 | process.env.E2E_TEST_ACCOUNT_PASSWORD as string,
63 | );
64 | await this.passwordConfirmInputField.fill(
at AuthPage.signUp (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:61:35)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:39:5
|
[chromium] › purchase.spec.ts:173:3 › stage - Breach Scan:
src/e2e/specs/purchase.spec.ts#L14
7) [chromium] › purchase.spec.ts:173:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a PayPal account - monthly
Test timeout of 180000ms exceeded while running "beforeEach" hook.
12 | );
13 |
> 14 | test.beforeEach(async ({ page, authPage, landingPage, welcomePage }) => {
| ^
15 | test.info().annotations.push({
16 | type: "testrail id",
17 | description:
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:14:8
|
[chromium] › purchase.spec.ts:173:3 › stage - Breach Scan:
src/e2e/pages/authPage.ts#L61
7) [chromium] › purchase.spec.ts:173:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a PayPal account - monthly
Error: locator.fill: Test timeout of 180000ms exceeded.
Call log:
- waiting for locator('[type="password"]').first()
at ../pages/authPage.ts:61
59 | async signUp(email: string, page: Page) {
60 | await this.enterEmail(email);
> 61 | await this.passwordInputField.fill(
| ^
62 | process.env.E2E_TEST_ACCOUNT_PASSWORD as string,
63 | );
64 | await this.passwordConfirmInputField.fill(
at AuthPage.signUp (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:61:35)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:39:5
|
Slow Test:
[chromium] › dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › dashboard/dashboard-breaches-scan.spec.ts took 51.5s
|
Slow Test:
[firefox] › dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › dashboard/dashboard-breaches-scan.spec.ts took 42.7s
|
Slow Test:
[chromium] › dashboard/dashboard-footer.spec.ts#L1
[chromium] › dashboard/dashboard-footer.spec.ts took 22.1s
|
Slow Test:
[firefox] › dashboard/dashboard-payment.spec.ts#L1
[firefox] › dashboard/dashboard-payment.spec.ts took 18.2s
|
Slow Test:
[chromium] › dashboard/dashboard-overview-card.spec.ts#L1
[chromium] › dashboard/dashboard-overview-card.spec.ts took 17.5s
|
🎭 Playwright Run Summary
4 failed
[chromium] › landing/landing-content.spec.ts:101:3 › stage - Verify the Landing Page content › Observe "Choose your level of protection" section
[chromium] › landing/landing-content.spec.ts:116:3 › stage - Verify the Landing Page content › Observe FAQ section
[firefox] › landing/landing-content.spec.ts:101:3 › stage - Verify the Landing Page content › Observe "Choose your level of protection" section
[firefox] › landing/landing-content.spec.ts:116:3 › stage - Verify the Landing Page content › Observe FAQ section
5 flaky
[chromium] › dashboard/dashboard-headers.spec.ts:141:3 › stage - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
[chromium] › purchase.spec.ts:154:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a PayPal account - yearly
[chromium] › purchase.spec.ts:173:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a PayPal account - monthly
[firefox] › auth.spec.ts:12:3 › stage - Authentication flow verification @smoke › Verify sign up with new user
[firefox] › purchase.spec.ts:89:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Monthly
6 skipped
71 passed (11.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
Expired
|
46.6 MB |
|
test-results
Expired
|
45.6 MB |
|