build(deps-dev): bump @playwright/test from 1.45.3 to 1.48.0 #5042
Annotations
14 errors, 5 warnings, and 1 notice
test (ubuntu-latest)
Testing stopped early after 2 maximum allowed failures.
|
home/base.test.ts:25:5 › render the home page correctly:
tests/home/base.test.ts#L1
1) home/base.test.ts:25:5 › render the home page correctly ───────────────────────────────────────
Error: Process failed to launch!
|
home/base.test.ts:25:5 › render the home page correctly:
tests/home/base.test.ts#L20
1) home/base.test.ts:25:5 › render the home page correctly ───────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'close')
18 |
19 | test.afterAll(async () => {
> 20 | await electronApp.close()
| ^
21 | })
22 |
23 | let page: Page
at /home/runner/work/meeting-media-manager/meeting-media-manager/tests/home/base.test.ts:20:21
|
home/base.test.ts:25:5 › render the home page correctly:
tests/helpers/electronHelpers.ts#L19
1) home/base.test.ts:25:5 › render the home page correctly ───────────────────────────────────────
Error: electron.launch: Process failed to launch!
at helpers/electronHelpers.ts:19
17 | process.env.CI = 'e2e'
18 |
> 19 | const electronApp = await _electron.launch({
| ^
20 | ...options,
21 | args: [appInfo.main],
22 | executablePath:
at startApp (/home/runner/work/meeting-media-manager/meeting-media-manager/tests/helpers/electronHelpers.ts:19:23)
at /home/runner/work/meeting-media-manager/meeting-media-manager/tests/home/base.test.ts:16:17
|
home/base.test.ts:25:5 › render the home page correctly:
tests/home/base.test.ts#L1
1) home/base.test.ts:25:5 › render the home page correctly ───────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Process failed to launch!
|
home/base.test.ts:25:5 › render the home page correctly:
tests/home/base.test.ts#L20
1) home/base.test.ts:25:5 › render the home page correctly ───────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'close')
18 |
19 | test.afterAll(async () => {
> 20 | await electronApp.close()
| ^
21 | })
22 |
23 | let page: Page
at /home/runner/work/meeting-media-manager/meeting-media-manager/tests/home/base.test.ts:20:21
|
home/base.test.ts:25:5 › render the home page correctly:
tests/helpers/electronHelpers.ts#L19
1) home/base.test.ts:25:5 › render the home page correctly ───────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: electron.launch: Process failed to launch!
at helpers/electronHelpers.ts:19
17 | process.env.CI = 'e2e'
18 |
> 19 | const electronApp = await _electron.launch({
| ^
20 | ...options,
21 | args: [appInfo.main],
22 | executablePath:
at startApp (/home/runner/work/meeting-media-manager/meeting-media-manager/tests/helpers/electronHelpers.ts:19:23)
at /home/runner/work/meeting-media-manager/meeting-media-manager/tests/home/base.test.ts:16:17
|
home/base.test.ts:25:5 › render the home page correctly:
tests/home/base.test.ts#L1
1) home/base.test.ts:25:5 › render the home page correctly ───────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Process failed to launch!
|
home/base.test.ts:25:5 › render the home page correctly:
tests/home/base.test.ts#L20
1) home/base.test.ts:25:5 › render the home page correctly ───────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TypeError: Cannot read properties of undefined (reading 'close')
18 |
19 | test.afterAll(async () => {
> 20 | await electronApp.close()
| ^
21 | })
22 |
23 | let page: Page
at /home/runner/work/meeting-media-manager/meeting-media-manager/tests/home/base.test.ts:20:21
|
home/base.test.ts:25:5 › render the home page correctly:
tests/helpers/electronHelpers.ts#L19
1) home/base.test.ts:25:5 › render the home page correctly ───────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: electron.launch: Process failed to launch!
at helpers/electronHelpers.ts:19
17 | process.env.CI = 'e2e'
18 |
> 19 | const electronApp = await _electron.launch({
| ^
20 | ...options,
21 | args: [appInfo.main],
22 | executablePath:
at startApp (/home/runner/work/meeting-media-manager/meeting-media-manager/tests/helpers/electronHelpers.ts:19:23)
at /home/runner/work/meeting-media-manager/meeting-media-manager/tests/home/base.test.ts:16:17
|
test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (windows-latest)
The operation was canceled.
|
test (macos-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (macos-latest)
The operation was canceled.
|
build (macos-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test (ubuntu-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (windows-latest)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "release-files", "test-results ubuntu-latest".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
2 failed
home/base.test.ts:25:5 › render the home page correctly ────────────────────────────────────────
home/fetch.test.ts:28:5 › render the home page correctly ───────────────────────────────────────
32 did not run
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
release-files
Expired
|
362 MB |
|
test-results ubuntu-latest
Expired
|
33.7 KB |
|