[NOT READY] Playwright #35
playwright-e2e.yml
on: pull_request
E2E playwright tests
4m 27s
Annotations
1 error, 1 warning, and 1 notice
[chromium] › sites.spec.ts:3:5 › site card:
assets/playwright-tests/playwright.ts#L26
1) [chromium] › sites.spec.ts:3:5 › site card ────────────────────────────────────────────────────
Error: expect(received).toHaveLength(expected)
Expected length: 0
Received length: 2
Received array: [[TypeError: Failed to fetch], [TypeError: Failed to fetch]]
at playwright.ts:26
24 |
25 | // Check no errors
> 26 | expect(errors).toHaveLength(0)
| ^
27 | },
28 | })
29 |
at Object.page (/home/runner/work/analytics/analytics/assets/playwright-tests/playwright.ts:26:20)
|
Slow Test:
assets/[chromium] › dashboard.spec.ts#L1
assets/[chromium] › dashboard.spec.ts took 1.4m
|
🎭 Playwright Run Summary
1 flaky
[chromium] › sites.spec.ts:3:5 › site card ─────────────────────────────────────────────────────
34 passed (1.7m)
|