Playwright E2E Tests #454
playwright-e2e.yml
on: schedule
E2E Tests
5m 15s
Post Test Results Comment
0s
Annotations
2 errors and 1 notice
|
[Mobile Chrome] › e2e/happy-path.spec.ts:20:7 › Vinto Game - Happy Path › should complete a full game from start to calling Vinto:
apps/vinto/e2e/happy-path.spec.ts#L183
1) [Mobile Chrome] › e2e/happy-path.spec.ts:20:7 › Vinto Game - Happy Path › should complete a full game from start to calling Vinto › Verify game completion
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-testid="game-end"]')
Expected: visible
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 60000ms
- waiting for locator('[data-testid="game-end"]')
181 |
182 | // Wait up to 60 seconds for all bot turns to complete and scoring to appear
> 183 | await expect(gameEnd).toBeVisible({ timeout: 60_000 });
| ^
184 |
185 | // Look for score display
186 | const scoreDisplay = page
at /home/runner/work/vinto/vinto/apps/vinto/e2e/happy-path.spec.ts:183:29
at /home/runner/work/vinto/vinto/apps/vinto/e2e/happy-path.spec.ts:177:5
|
|
[Mobile Chrome] › e2e/happy-path.spec.ts:20:7 › Vinto Game - Happy Path › should complete a full game from start to calling Vinto:
apps/vinto/e2e/happy-path.spec.ts#L0
1) [Mobile Chrome] › e2e/happy-path.spec.ts:20:7 › Vinto Game - Happy Path › should complete a full game from start to calling Vinto › Verify game completion
Test timeout of 60000ms exceeded.
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Chrome] › e2e/happy-path.spec.ts:20:7 › Vinto Game - Happy Path › should complete a full game from start to calling Vinto
23 passed (2.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
accessibility-reports
Expired
|
1.52 KB |
sha256:f4af7a7fbeacf8a6b59417f0fc70c58ea6e84767e86692d1c230723784cf2d7d
|
|
|
playwright-report
Expired
|
27 MB |
sha256:9956c5647e30d39073789abfb4fd51a9687e6cf5b6d381f32d0e418bba3b97ff
|
|