This repository has been archived by the owner on Jan 1, 2025. It is now read-only.
fix: moved python3 fix before npm i #325
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
electron_ci.yml
on: push
Matrix: build-and-publish
create-release
0s
Annotations
3 errors, 4 warnings, and 1 notice
tests\e2e\main.spec.js:74:3 › main › starts the app:
src\tests\e2e\main.spec.js#L56
1) tests\e2e\main.spec.js:74:3 › main › starts the app ───────────────────────────────────────────
Error: page.waitForLoadState: Navigation failed because page was closed!
54 | window.on( 'console', log => console.info( `[renderer] ${log.text()}` ) );
55 |
> 56 | await window.waitForLoadState( 'load' ); // Waits for the page to be completely loaded
| ^
57 | console.info( '[beforeEach] achieved loadState' );
58 | await window.locator( '[data-insprog="true"]' ).waitFor();
59 | console.info( '[beforeEach] INS_PROG was received by renderer' );
at D:\a\fsolauncher\fsolauncher\src\tests\e2e\main.spec.js:56:18
|
build-and-publish (windows-latest)
Process completed with exit code 1.
|
build-and-publish (macos-latest)
The operation was canceled.
|
build-and-publish (windows-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Slow Test:
src\tests\e2e\installer.spec.js#L1
src\tests\e2e\installer.spec.js took 15.8s
|
Slow Test:
src\tests\e2e\main.spec.js#L1
src\tests\e2e\main.spec.js took 15.2s
|
build-and-publish (macos-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
🎭 Playwright Run Summary
1 failed
tests\e2e\main.spec.js:74:3 › main › starts the app ────────────────────────────────────────────
1 interrupted
tests\e2e\installer.spec.js:86:3 › installer › performs a complete installation ────────────────
5 skipped
|