feat: update base URL configuration for testing environments and impr… #392
Annotations
2 errors and 1 notice
|
[firefox] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms:
e2e/util.ts#L4
1) [firefox] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ──────────
Error: page.evaluate: Target page, context or browser has been closed
at util.ts:4
2 |
3 | const clearTable = async (page: Page) => {
> 4 | await page.evaluate(() => {
| ^
5 | sessionStorage.clear();
6 | localStorage.clear();
7 | });
at clearTable (/home/runner/work/excel/excel/e2e/util.ts:4:14)
at Object.page (/home/runner/work/excel/excel/e2e/util.ts:76:11)
|
|
[firefox] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms:
e2e/util.ts#L41
1) [firefox] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ──────────
Error: page.goto: Page crashed
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
at util.ts:41
39 | }
40 |
> 41 | await page.goto(baseURL);
| ^
42 |
43 | await clearTable(page);
44 |
at gotoHomePage (/home/runner/work/excel/excel/e2e/util.ts:41:14)
at /home/runner/work/excel/excel/e2e/performance.test.ts:5:21
|
|
🎭 Playwright Run Summary
1 flaky
[firefox] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms ───────────
3 skipped
248 passed (4.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
879 KB |
sha256:9c88dbd0e2c2851faa1f05a17404c952959491bcca84349d26e5b41950be8d54
|
|