Docker Image CI #129
docker-image.yml
on: schedule
Matrix: codeql / Analyze
Matrix: eslint / Run eslint scanning
Matrix: playwright / test
build-image
45s
Annotations
4 errors, 10 warnings, and 2 notices
[chromium] › notifications.spec.ts:8:5 › Vérification du contrôle des notifications:
tests/e2e/notifications.spec.ts#L1
1) [chromium] › notifications.spec.ts:8:5 › Vérification du contrôle des notifications ───────────
Test timeout of 30000ms exceeded.
|
[chromium] › notifications.spec.ts:8:5 › Vérification du contrôle des notifications:
tests/e2e/notifications.spec.ts#L152
1) [chromium] › notifications.spec.ts:8:5 › Vérification du contrôle des notifications ───────────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.lucide-bell-ring')
- locator resolved to <svg width="24" height="24" fill="none" stroke-width=…>…</svg>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
150 |
151 | // Attente de la réception des notifications et vérification des notifications.
> 152 | await page.locator( ".lucide-bell-ring" ).click();
| ^
153 | await expect( page.getByText( "Deletion of a Shared File" ) ).toHaveCount( 0 );
154 | } );
at /home/runner/work/Simple-File-Storage/Simple-File-Storage/tests/e2e/notifications.spec.ts:152:44
|
[Mobile Chrome] › notifications.spec.ts:8:5 › Vérification du contrôle des notifications:
tests/e2e/notifications.spec.ts#L1
2) [Mobile Chrome] › notifications.spec.ts:8:5 › Vérification du contrôle des notifications ──────
Test timeout of 30000ms exceeded.
|
[Mobile Chrome] › notifications.spec.ts:8:5 › Vérification du contrôle des notifications:
tests/e2e/notifications.spec.ts#L152
2) [Mobile Chrome] › notifications.spec.ts:8:5 › Vérification du contrôle des notifications ──────
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('.lucide-bell-ring')
150 |
151 | // Attente de la réception des notifications et vérification des notifications.
> 152 | await page.locator( ".lucide-bell-ring" ).click();
| ^
153 | await expect( page.getByText( "Deletion of a Shared File" ) ).toHaveCount( 0 );
154 | } );
at /home/runner/work/Simple-File-Storage/Simple-File-Storage/tests/e2e/notifications.spec.ts:152:44
|
Slow Test:
[Mobile Chrome] › sharing.spec.ts#L1
[Mobile Chrome] › sharing.spec.ts took 1.7m
|
Slow Test:
[chromium] › sharing.spec.ts#L1
[chromium] › sharing.spec.ts took 1.7m
|
Slow Test:
[chromium] › dashboard.spec.ts#L1
[chromium] › dashboard.spec.ts took 59.5s
|
Slow Test:
[Mobile Chrome] › dashboard.spec.ts#L1
[Mobile Chrome] › dashboard.spec.ts took 59.1s
|
Slow Test:
[chromium] › settings.spec.ts#L1
[chromium] › settings.spec.ts took 34.2s
|
Slow Test:
[chromium] › sharing.spec.ts#L1
[chromium] › sharing.spec.ts took 1.7m
|
Slow Test:
[Mobile Chrome] › sharing.spec.ts#L1
[Mobile Chrome] › sharing.spec.ts took 1.7m
|
Slow Test:
[chromium] › dashboard.spec.ts#L1
[chromium] › dashboard.spec.ts took 58.7s
|
Slow Test:
[Mobile Chrome] › dashboard.spec.ts#L1
[Mobile Chrome] › dashboard.spec.ts took 58.4s
|
Slow Test:
[chromium] › settings.spec.ts#L1
[chromium] › settings.spec.ts took 33.8s
|
🎭 Playwright Run Summary
4 skipped
66 passed (9.5m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › notifications.spec.ts:8:5 › Vérification du contrôle des notifications ────────────
[Mobile Chrome] › notifications.spec.ts:8:5 › Vérification du contrôle des notifications ───────
4 skipped
64 passed (10.4m)
|