Record Lighthouse results #1926
Annotations
2 errors and 2 warnings
Run Playwright tests
Error: page.goto: net::ERR_CONNECTION_REFUSED at ***/
Call log:
- navigating to "***/", waiting until "domcontentloaded"
at ../global-setup.ts:28
26 | // commenting out as this its not needed for now
27 | // // go to sign up page
> 28 | await page.goto(process.env.E2E_TEST_BASE_URL as string, {
| ^
29 | waitUntil: "domcontentloaded",
30 | });
31 | const landingPage = new LandingPage(page);
at globalSetup (/home/runner/work/blurts-server/blurts-server/src/e2e/global-setup.ts:28:14)
|
Run Playwright tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/upload-artifact@v4
No files were found with the provided path: src/e2e/test-results/. No artifacts will be uploaded.
|
Loading