Add more Cirrus error logging info #1813
Annotations
5 errors, 1 warning, and 1 notice
Run Playwright tests:
src/e2e/utils/helpers.ts#L193
1) [chromium] › dashboard/dashboard-headers.spec.ts:141:3 › local - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
Error: expect(received).toBeTruthy()
Received: false
at ../utils/helpers.ts:193
191 | const perceivedPath = currentUrl.pathname;
192 | expect(host.test(perceivedHost)).toBeTruthy();
> 193 | expect(path.test(perceivedPath)).toBeTruthy();
| ^
194 | await page.goBack();
195 | };
196 |
at clickOnATagCheckDomain (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:193:36)
at clickOnLinkAndGoBack (/home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-headers.spec.ts:166:7)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-headers.spec.ts:178:5
|
Run Playwright tests:
src/e2e/utils/helpers.ts#L193
1) [chromium] › dashboard/dashboard-headers.spec.ts:141:3 › local - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ../utils/helpers.ts:193
191 | const perceivedPath = currentUrl.pathname;
192 | expect(host.test(perceivedHost)).toBeTruthy();
> 193 | expect(path.test(perceivedPath)).toBeTruthy();
| ^
194 | await page.goBack();
195 | };
196 |
at clickOnATagCheckDomain (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:193:36)
at clickOnLinkAndGoBack (/home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-headers.spec.ts:166:7)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-headers.spec.ts:178:5
|
Run Playwright tests:
src/e2e/utils/helpers.ts#L193
2) [firefox] › dashboard/dashboard-headers.spec.ts:141:3 › local - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
Error: expect(received).toBeTruthy()
Received: false
at ../utils/helpers.ts:193
191 | const perceivedPath = currentUrl.pathname;
192 | expect(host.test(perceivedHost)).toBeTruthy();
> 193 | expect(path.test(perceivedPath)).toBeTruthy();
| ^
194 | await page.goBack();
195 | };
196 |
at clickOnATagCheckDomain (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:193:36)
at clickOnLinkAndGoBack (/home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-headers.spec.ts:166:7)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-headers.spec.ts:178:5
|
Run Playwright tests:
src/e2e/utils/helpers.ts#L193
2) [firefox] › dashboard/dashboard-headers.spec.ts:141:3 › local - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ../utils/helpers.ts:193
191 | const perceivedPath = currentUrl.pathname;
192 | expect(host.test(perceivedHost)).toBeTruthy();
> 193 | expect(path.test(perceivedPath)).toBeTruthy();
| ^
194 | await page.goBack();
195 | };
196 |
at clickOnATagCheckDomain (/home/runner/work/blurts-server/blurts-server/src/e2e/utils/helpers.ts:193:36)
at clickOnLinkAndGoBack (/home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-headers.spec.ts:166:7)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-headers.spec.ts:178:5
|
Run Playwright tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests
2 failed
[chromium] › dashboard/dashboard-headers.spec.ts:141:3 › local - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
[firefox] › dashboard/dashboard-headers.spec.ts:141:3 › local - Breaches Dashboard - Headers @smoke › Verify that the Apps and Services header options work correctly.
20 passed (3.8m)
|
Loading