Update GitHub Actions to use latest versions #389
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:66:11)
|
|
[firefox] › e2e/performance.test.ts:3:5 › Page load time should be less then 4000 ms:
e2e/util.ts#L33
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:33
31 | });
32 |
> 33 | await page.goto('/');
| ^
34 |
35 | await clearTable(page);
36 |
at gotoHomePage (/home/runner/work/excel/excel/e2e/util.ts:33: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 (3.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
859 KB |
sha256:e6b8d7f1dbce6a0deef987c1c12de8a7dfa0081818abced06f593dcd120adcbe
|
|