Pnpm workflow for e2e #2
push.yml
on: push
Build, lint, and unit tests
33s
E2E tests (nightly)
43s
Annotations
2 errors and 4 warnings
|
E2E tests (nightly)
Process completed with exit code 1.
|
|
test/plugin.test.ts > MafViewer Plugin E2E:
test/plugin.test.ts#L38
Error: Could not find Chrome (ver. 146.0.7680.153). This can occur if either
1. you did not perform an installation before running the script (e.g. `npx puppeteer browsers install chrome`) or
2. your cache path is incorrectly configured (which is: /home/runner/.cache/puppeteer).
For (2), check out our guide on configuring puppeteer at https://pptr.dev/guides/configuration.
❯ ChromeLauncher.resolveExecutablePath node_modules/.pnpm/puppeteer-core@24.40.0/node_modules/puppeteer-core/src/node/BrowserLauncher.ts:534:16
❯ ChromeLauncher.computeLaunchArguments node_modules/.pnpm/puppeteer-core@24.40.0/node_modules/puppeteer-core/src/node/ChromeLauncher.ts:131:15
❯ ChromeLauncher.launch node_modules/.pnpm/puppeteer-core@24.40.0/node_modules/puppeteer-core/src/node/BrowserLauncher.ts:109:23
❯ test/plugin.test.ts:38:15
|
|
Build, lint, and unit tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E tests (nightly)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E tests (nightly)
No files were found with the provided path: test/__image_snapshots__/__diff_output__/. No artifacts will be uploaded.
|
|
E2E tests (nightly)
No files were found with the provided path: test-screenshots/. No artifacts will be uploaded.
|