Switch from NPM to PNPM for package management #842
Annotations
3 errors and 1 warning
The run was canceled by @myieye.
|
Playwright E2E Tests
TypeError: Cannot read properties of undefined (reading 'browserType')
at ../global-setup.ts:33
31 | });
32 |
> 33 | return browserTypes.find((browser) => browser.installed).browserType;
| ^
34 | }
35 |
36 | export default async function globalSetup(config: FullConfig) {
at findInstalledBrowser (/home/runner/work/web-languageforge/web-languageforge/test/e2e/global-setup.ts:33:59)
at globalSetup (/home/runner/work/web-languageforge/web-languageforge/test/e2e/global-setup.ts:41:25)
|
Playwright E2E Tests
Process completed with exit code 2.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "test-results-chromium-2", "test-results-chromium-3", "test-results-chromium-5", "test-results-chromium-6", "test-results-firefox-1", "test-results-firefox-2", "test-results-firefox-3", "test-results-firefox-5", "test-results-firefox-6".
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/
|
Loading