build(deps-dev): bump @playwright/test from 1.45.3 to 1.48.0 #5042
Annotations
10 errors, 2 warnings, and 1 notice
Run tests
Testing stopped early after 2 maximum allowed failures.
|
Run tests:
tests/home/base.test.ts#L1
1) home/base.test.ts:25:5 › render the home page correctly ───────────────────────────────────────
Error: Process failed to launch!
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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!
|
Run tests:
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
|
Run tests:
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
|
Run tests:
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!
|
Run tests:
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
|
Run tests:
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
|
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/
|
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/
|
Run tests
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
|
Loading