chore(deps): update dependency vite to ^6.4.3 (master) #184
Triggered via pull request
September 2, 2026 16:53
Status
Success
Total duration
11m 52s
Artifacts
–
playwright.yml
on: pull_request
Playwright E2E tests
9m 50s
playwright-summary
34s
Annotations
2 errors, 1 warning, and 1 notice
|
[chromium] › playwright/e2e/images/images.spec.ts:38:2 › Open images in viewer › See images in the list:
playwright/e2e/images/images.spec.ts#L35
2) [chromium] › playwright/e2e/images/images.spec.ts:38:2 › Open images in viewer › See images in the list
TypeError: Cannot read properties of undefined (reading 'close')
33 |
34 | test.afterAll(async () => {
> 35 | await page.close()
| ^
36 | })
37 |
38 | test('See images in the list', async () => {
at /home/runner/actions-runner/_work/viewer/viewer/playwright/e2e/images/images.spec.ts:35:14
|
|
[chromium] › playwright/e2e/actions/delete.spec.ts:23:2 › Delete image.png in viewer › See image.png in the list:
playwright/e2e/actions/delete.spec.ts#L20
1) [chromium] › playwright/e2e/actions/delete.spec.ts:23:2 › Delete image.png in viewer › See image.png in the list
TypeError: Cannot read properties of undefined (reading 'close')
18 |
19 | test.afterAll(async () => {
> 20 | await page.close()
| ^
21 | })
22 |
23 | test('See image.png in the list', async () => {
at /home/runner/actions-runner/_work/viewer/viewer/playwright/e2e/actions/delete.spec.ts:20:14
|
|
Playwright E2E tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: skjnldsv/read-package-engines-version-actions@06d6baf7d8f41934ab630e97d9e6c0bc9c9ac5e4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › playwright/e2e/actions/delete.spec.ts:23:2 › Delete image.png in viewer › See image.png in the list
[chromium] › playwright/e2e/images/images.spec.ts:38:2 › Open images in viewer › See images in the list
18 skipped
308 passed (7.7m)
|