This repository has been archived by the owner on May 8, 2024. It is now read-only.
Docker Image CI #123
docker-image.yml
on: schedule
Matrix: codeql / Analyze
Matrix: eslint / Run eslint scanning
Matrix: playwright / test
build-image
33s
Annotations
2 errors, 1 warning, and 2 notices
[Microsoft Edge] βΊ multiplayer.spec.ts:7:5 βΊ Connexion Γ une partie existante:
tests/e2e/multiplayer.spec.ts#L44
1) [Microsoft Edge] βΊ multiplayer.spec.ts:7:5 βΊ Connexion Γ une partie existante βββββββββββββββββ
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Marcelina_Gusikowski47').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText('Marcelina_Gusikowski47').first()
42 |
43 | // VΓ©rification du rΓ΄le du joueur 2 par le joueur 1.
> 44 | await expect( player1Page.getByText( player2Name ).first() ).toBeVisible();
| ^
45 | } );
46 |
47 | //
at /home/runner/work/Domego/Domego/tests/e2e/multiplayer.spec.ts:44:63
|
[Mobile Chrome] βΊ selection.spec.ts:35:5 βΊ SΓ©lection d'un rΓ΄le:
tests/e2e/selection.spec.ts#L44
1) [Mobile Chrome] βΊ selection.spec.ts:35:5 βΊ SΓ©lection d'un rΓ΄le ββββββββββββββββββββββββββββββββ
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Keely_Moore-Nitzsche75').first()
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByText('Keely_Moore-Nitzsche75').first()
42 |
43 | // VΓ©rification de la confirmation de la prise du rΓ΄le.
> 44 | await expect( page.getByText( player ).first() ).toBeVisible();
| ^
45 | } );
46 |
47 | //
at /home/runner/work/Domego/Domego/tests/e2e/selection.spec.ts:44:51
|
Slow Test:
[Microsoft Edge] βΊ multiplayer.spec.ts#L1
[Microsoft Edge] βΊ multiplayer.spec.ts took 15.5s
|
π Playwright Run Summary
1 flaky
[Microsoft Edge] βΊ multiplayer.spec.ts:7:5 βΊ Connexion Γ une partie existante ββββββββββββββββββ
12 skipped
32 passed (47.9s)
|
π Playwright Run Summary
1 flaky
[Mobile Chrome] βΊ selection.spec.ts:35:5 βΊ SΓ©lection d'un rΓ΄le βββββββββββββββββββββββββββββββββ
12 skipped
32 passed (47.5s)
|