rollback to AppImage build for linux #34
Annotations
2 errors, 1 warning, and 1 notice
app-tests/pages.test.mjs:12:1 › Navigate Pages:
app-tests/pages.test.mjs#L28
1) app-tests/pages.test.mjs:12:1 › Navigate Pages › Launch App ───────────────────────────────────
Error: electronApplication.evaluate: Execution context was destroyed, most likely because of a navigation.
26 |
27 | // Evaluation expression in the Electron context.
> 28 | await electronApp.evaluate(async (*** app ***) => ***
| ^
29 | // This runs in the main Electron process, parameter here is always
30 | // the result of the require('electron') in the main app script.
31 | return app.getAppPath();
at /Users/runner/work/desktop/desktop/app-tests/pages.test.mjs:28:27
at /Users/runner/work/desktop/desktop/app-tests/pages.test.mjs:20:5
|
test
Process completed with exit code 1.
|
test
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
1 failed
app-tests/pages.test.mjs:12:1 › Navigate Pages ─────────────────────────────────────────────────
1 skipped
|