fix: refetch transition #4106
Annotations
105 errors, 102 warnings, and 24 notices
E2E on macos-latest (Node 18.17.0) - (2/4)
49414 stderr: (node:5143) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (2/4)
49451 stderr: (node:5267) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (2/4)
49488 stderr: (node:5342) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (2/4)
49542 stderr: (node:5469) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (2/4)
49579 stderr: (node:5588) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (2/4)
49616 stderr: (node:5651) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (2/4)
49649 stderr: (node:5760) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (2/4)
49682 stderr: (node:5822) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (2/4)
49713 stderr: (node:5938) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (2/4)
49744 stderr: (node:5998) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 20.8.0) - (2/4)
49773 stderr: Error: The render was aborted by the server without a reason.
at abort (/Users/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11711:42)
at Object.cancel (/Users/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11767:11)
at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3117:37)
at [kCancel] (node:internal/webstreams/readablestream:1185:12)
at ensureIsPromise (node:internal/webstreams/util:185:19)
at readableStreamCancel (node:internal/webstreams/readablestream:1982:5)
at node:internal/webstreams/readablestream:1507:15
at complete (node:internal/webstreams/readablestream:1396:9)
at shutdownWithAnAction (node:internal/webstreams/readablestream:1392:5)
at node:internal/webstreams/readablestream:1506:14
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
[webkit] › ssr-swr.spec.ts:51:5 › ssr-swr: dev › increase counter:
e2e/ssr-swr.spec.ts#L58
1) [webkit] › ssr-swr.spec.ts:51:5 › ssr-swr: dev › increase counter ─────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('count')
Expected string: "3"
Received string: "2"
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByTestId('count')
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
56 | await page.getByTestId('increment').click();
57 | await page.getByTestId('increment').click();
> 58 | await expect(page.getByTestId('count')).toHaveText('3');
| ^
59 | });
60 |
61 | test('no js environment should have first screen', async ({ browser }) => {
at /home/runner/work/waku/waku/e2e/ssr-swr.spec.ts:58:47
|
E2E on macos-latest (Node 18.17.0) - (1/4)
49250 stderr: (node:4639) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (1/4)
49287 stderr: (node:4772) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (1/4)
49324 stderr: (node:4867) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (1/4)
49378 stderr: (node:5030) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (1/4)
49415 stderr: (node:5161) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (1/4)
49452 stderr: (node:5327) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (1/4)
49485 stderr: (node:5466) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (1/4)
49518 stderr: (node:5556) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (1/4)
49549 stderr: (node:5680) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (1/4)
49580 stderr: (node:5750) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (2/4)
45243 stderr: (node:2668) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (2/4)
33773 stderr: (node:2755) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (2/4)
42187 stderr: (node:2838) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (2/4)
40179 stderr: (node:2926) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (2/4)
38465 stderr: (node:3012) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (2/4)
43723 stderr: (node:3101) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (2/4)
34269 stderr: (node:3183) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (2/4)
44271 stderr: (node:3268) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (2/4)
35519 stderr: (node:3353) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (2/4)
38509 stderr: (node:3441) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 20.8.0) - (2/4)
44109 stderr: Error: The render was aborted by the server without a reason.
at abort (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11711:42)
at Object.cancel (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11767:11)
at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3117:37)
at [kCancel] (node:internal/webstreams/readablestream:1185:12)
at ensureIsPromise (node:internal/webstreams/util:185:19)
at readableStreamCancel (node:internal/webstreams/readablestream:1982:5)
at node:internal/webstreams/readablestream:1507:15
at complete (node:internal/webstreams/readablestream:1396:9)
at shutdownWithAnAction (node:internal/webstreams/readablestream:1392:5)
at node:internal/webstreams/readablestream:1506:14
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
E2E on macos-latest (Node 18.17.0) - (3/4)
49680 stderr: (node:6474) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (3/4)
49719 stderr: (node:6614) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (3/4)
49757 stderr: (node:6736) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (3/4)
49810 stderr: (node:6864) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (3/4)
49847 stderr: (node:6942) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (3/4)
49885 stderr: (node:7071) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (3/4)
49918 stderr: (node:7189) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (3/4)
49951 stderr: (node:7253) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (3/4)
49982 stderr: (node:7438) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 18.17.0) - (3/4)
50013 stderr: (node:7511) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 20.8.0) - (1/4)
49627 stderr: Error: The render was aborted by the server without a reason.
at abort (/Users/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11711:42)
at Object.cancel (/Users/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11767:11)
at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3117:37)
at [kCancel] (node:internal/webstreams/readablestream:1185:12)
at ensureIsPromise (node:internal/webstreams/util:185:19)
at readableStreamCancel (node:internal/webstreams/readablestream:1982:5)
at node:internal/webstreams/readablestream:1507:15
at complete (node:internal/webstreams/readablestream:1396:9)
at shutdownWithAnAction (node:internal/webstreams/readablestream:1392:5)
at node:internal/webstreams/readablestream:1506:14
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
E2E on ubuntu-latest (Node 18.17.0) - (3/4)
33217 stderr: (node:3591) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (3/4)
36155 stderr: (node:3683) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (3/4)
39285 stderr: (node:3769) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (3/4)
42679 stderr: (node:3854) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (3/4)
33007 stderr: (node:3944) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (3/4)
42905 stderr: (node:4030) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (3/4)
38875 stderr: (node:4113) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (3/4)
35971 stderr: (node:4193) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (3/4)
34193 stderr: (node:4277) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (3/4)
42365 stderr: (node:4358) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 20.8.0) - (3/4)
38917 stderr: Error: The render was aborted by the server without a reason.
at abort (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11711:42)
at Object.cancel (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11767:11)
at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3117:37)
at [kCancel] (node:internal/webstreams/readablestream:1185:12)
at ensureIsPromise (node:internal/webstreams/util:185:19)
at readableStreamCancel (node:internal/webstreams/readablestream:1982:5)
at node:internal/webstreams/readablestream:1507:15
at complete (node:internal/webstreams/readablestream:1396:9)
at shutdownWithAnAction (node:internal/webstreams/readablestream:1392:5)
at node:internal/webstreams/readablestream:1506:14
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
E2E on ubuntu-latest (Node 20.8.0) - (1/4)
33317 stderr: Error: The render was aborted by the server without a reason.
at abort (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11711:42)
at Object.cancel (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11767:11)
at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3117:37)
at [kCancel] (node:internal/webstreams/readablestream:1185:12)
at ensureIsPromise (node:internal/webstreams/util:185:19)
at readableStreamCancel (node:internal/webstreams/readablestream:1982:5)
at node:internal/webstreams/readablestream:1507:15
at complete (node:internal/webstreams/readablestream:1396:9)
at shutdownWithAnAction (node:internal/webstreams/readablestream:1392:5)
at node:internal/webstreams/readablestream:1506:14
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
E2E on ubuntu-latest (Node 18.17.0) - (1/4)
44797 stderr: (node:2199) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (1/4)
33897 stderr: (node:2281) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (1/4)
44191 stderr: (node:2369) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (1/4)
45915 stderr: (node:2457) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (1/4)
34367 stderr: (node:2541) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (1/4)
37515 stderr: (node:2627) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (1/4)
34215 stderr: (node:2712) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (1/4)
45437 stderr: (node:2790) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (1/4)
45185 stderr: (node:2873) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on ubuntu-latest (Node 18.17.0) - (1/4)
41947 stderr: (node:2958) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
[webkit] › ssr-swr.spec.ts:51:5 › ssr-swr: dev › increase counter:
e2e\ssr-swr.spec.ts#L58
1) [webkit] › ssr-swr.spec.ts:51:5 › ssr-swr: dev › increase counter ─────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('count')
Expected string: "3"
Received string: "2"
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByTestId('count')
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
56 | await page.getByTestId('increment').click();
57 | await page.getByTestId('increment').click();
> 58 | await expect(page.getByTestId('count')).toHaveText('3');
| ^
59 | });
60 |
61 | test('no js environment should have first screen', async ({ browser }) => {
at D:\a\waku\waku\e2e\ssr-swr.spec.ts:58:47
|
E2E on windows-latest (Node 18.17.0) - (2/4)
64292 stderr: (node:5596) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (2/4)
64326 stderr: (node:6628) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (2/4)
64358 stderr: (node:5704) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (2/4)
64405 stderr: (node:6732) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (2/4)
64437 stderr: (node:3592) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (2/4)
64470 stderr: (node:6596) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (2/4)
64500 stderr: (node:6304) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 20.8.0) - (2/4)
51964 stderr: Error: The render was aborted by the server without a reason.
at abort (D:\a\waku\waku\node_modules\.pnpm\[email protected][email protected]\node_modules\react-dom\cjs\react-dom-server.edge.development.js:11711:42)
at Object.cancel (D:\a\waku\waku\node_modules\.pnpm\[email protected][email protected]\node_modules\react-dom\cjs\react-dom-server.edge.development.js:11767:11)
at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3117:37)
at [kCancel] (node:internal/webstreams/readablestream:1185:12)
at ensureIsPromise (node:internal/webstreams/util:185:19)
at readableStreamCancel (node:internal/webstreams/readablestream:1982:5)
at node:internal/webstreams/readablestream:1507:15
at complete (node:internal/webstreams/readablestream:1396:9)
at shutdownWithAnAction (node:internal/webstreams/readablestream:1392:5)
at node:internal/webstreams/readablestream:1506:14
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
E2E on windows-latest (Node 18.17.0) - (2/4)
64533 stderr: (node:7144) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (2/4)
64563 stderr: (node:8104) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (2/4)
64591 stderr: (node:1832) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
[webkit] › ssr-swr.spec.ts:51:5 › ssr-swr: dev › increase counter:
e2e\ssr-swr.spec.ts#L58
1) [webkit] › ssr-swr.spec.ts:51:5 › ssr-swr: dev › increase counter ─────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('count')
Expected string: "3"
Received string: "2"
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByTestId('count')
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
56 | await page.getByTestId('increment').click();
57 | await page.getByTestId('increment').click();
> 58 | await expect(page.getByTestId('count')).toHaveText('3');
| ^
59 | });
60 |
61 | test('no js environment should have first screen', async ({ browser }) => {
at D:\a\waku\waku\e2e\ssr-swr.spec.ts:58:47
|
E2E on windows-latest (Node 20.8.0) - (3/4)
60881 stderr: Error: The render was aborted by the server without a reason.
at abort (D:\a\waku\waku\node_modules\.pnpm\[email protected][email protected]\node_modules\react-dom\cjs\react-dom-server.edge.development.js:11711:42)
at Object.cancel (D:\a\waku\waku\node_modules\.pnpm\[email protected][email protected]\node_modules\react-dom\cjs\react-dom-server.edge.development.js:11767:11)
at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3117:37)
at [kCancel] (node:internal/webstreams/readablestream:1185:12)
at ensureIsPromise (node:internal/webstreams/util:185:19)
at readableStreamCancel (node:internal/webstreams/readablestream:1982:5)
at node:internal/webstreams/readablestream:1507:15
at complete (node:internal/webstreams/readablestream:1396:9)
at shutdownWithAnAction (node:internal/webstreams/readablestream:1392:5)
at node:internal/webstreams/readablestream:1506:14
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
E2E on windows-latest (Node 20.8.0) - (3/4)
61109 stderr: Error: The render was aborted by the server without a reason.
at abort (file:///D:/a/waku/waku/examples/23_actions/dist/rsdw-server.js:1862:72)
at Object.cancel (file:///D:/a/waku/waku/examples/23_actions/dist/rsdw-server.js:2590:9)
at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3117:37)
at [kCancel] (node:internal/webstreams/readablestream:1185:12)
at ensureIsPromise (node:internal/webstreams/util:185:19)
at readableStreamCancel (node:internal/webstreams/readablestream:1982:5)
at readableStreamReaderGenericCancel (node:internal/webstreams/readablestream:2122:10)
at ReadableStreamDefaultReader.cancel (node:internal/webstreams/readablestream:900:12)
at ServerResponse.cancel (file:///D:/a/waku/waku/node_modules/.pnpm/@HONO[email protected]/node_modules/@hono/node-server/dist/index.mjs:142:12)
at ServerResponse.emit (node:events:526:35)
|
[webkit] › ssr-swr.spec.ts:51:5 › ssr-swr: dev › increase counter:
e2e/ssr-swr.spec.ts#L58
1) [webkit] › ssr-swr.spec.ts:51:5 › ssr-swr: dev › increase counter ─────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('count')
Expected string: "3"
Received string: "2"
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByTestId('count')
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
56 | await page.getByTestId('increment').click();
57 | await page.getByTestId('increment').click();
> 58 | await expect(page.getByTestId('count')).toHaveText('3');
| ^
59 | });
60 |
61 | test('no js environment should have first screen', async ({ browser }) => {
at /home/runner/work/waku/waku/e2e/ssr-swr.spec.ts:58:47
|
E2E on windows-latest (Node 18.17.0) - (3/4)
65428 stderr: (node:3444) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (3/4)
65464 stderr: (node:7944) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (3/4)
65498 stderr: (node:6860) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (3/4)
49157 stderr: (node:1896) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (3/4)
49191 stderr: (node:1652) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (3/4)
49225 stderr: (node:2308) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (3/4)
49253 stderr: (node:5936) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (3/4)
49288 stderr: (node:1828) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (3/4)
49316 stderr: (node:1884) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (3/4)
49346 stderr: (node:2448) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (1/4)
56227 stderr: (node:3524) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (1/4)
56271 stderr: (node:1748) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (1/4)
56314 stderr: (node:732) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (1/4)
56377 stderr: (node:2920) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (1/4)
56410 stderr: (node:4852) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (1/4)
56452 stderr: (node:3840) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (1/4)
56492 stderr: (node:1552) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (1/4)
56525 stderr: (node:6460) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (1/4)
56563 stderr: (node:2344) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on windows-latest (Node 18.17.0) - (1/4)
56591 stderr: (node:3600) ExperimentalWarning: Custom ESM Loaders is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
|
E2E on macos-latest (Node 20.8.0) - (3/4)
50043 stderr: Error: The render was aborted by the server without a reason.
at abort (/Users/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11711:42)
at Object.cancel (/Users/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected]/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11767:11)
at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3117:37)
at [kCancel] (node:internal/webstreams/readablestream:1185:12)
at ensureIsPromise (node:internal/webstreams/util:185:19)
at readableStreamCancel (node:internal/webstreams/readablestream:1982:5)
at node:internal/webstreams/readablestream:1507:15
at complete (node:internal/webstreams/readablestream:1396:9)
at shutdownWithAnAction (node:internal/webstreams/readablestream:1392:5)
at node:internal/webstreams/readablestream:1506:14
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
E2E on windows-latest (Node 20.8.0) - (1/4)
60443 stderr: Error: The render was aborted by the server without a reason.
at abort (D:\a\waku\waku\node_modules\.pnpm\[email protected][email protected]\node_modules\react-dom\cjs\react-dom-server.edge.development.js:11711:42)
at Object.cancel (D:\a\waku\waku\node_modules\.pnpm\[email protected][email protected]\node_modules\react-dom\cjs\react-dom-server.edge.development.js:11767:11)
at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3117:37)
at [kCancel] (node:internal/webstreams/readablestream:1185:12)
at ensureIsPromise (node:internal/webstreams/util:185:19)
at readableStreamCancel (node:internal/webstreams/readablestream:1982:5)
at node:internal/webstreams/readablestream:1507:15
at complete (node:internal/webstreams/readablestream:1396:9)
at shutdownWithAnAction (node:internal/webstreams/readablestream:1392:5)
at node:internal/webstreams/readablestream:1506:14
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
|
E2E on windows-latest (Node 20.8.0) - (1/4)
60669 stderr: Error: The render was aborted by the server without a reason.
at abort (file:///D:/a/waku/waku/examples/23_actions/dist/rsdw-server.js:1862:72)
at Object.cancel (file:///D:/a/waku/waku/examples/23_actions/dist/rsdw-server.js:2590:9)
at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3117:37)
at [kCancel] (node:internal/webstreams/readablestream:1185:12)
at ensureIsPromise (node:internal/webstreams/util:185:19)
at readableStreamCancel (node:internal/webstreams/readablestream:1982:5)
at ReadableStream.cancel (node:internal/webstreams/readablestream:338:12)
at writeFromReadableStream (file:///D:/a/waku/waku/node_modules/.pnpm/@HONO[email protected]/node_modules/@hono/node-server/dist/index.mjs:130:12)
at responseViaCache (file:///D:/a/waku/waku/node_modules/.pnpm/@HONO[email protected]/node_modules/@hono/node-server/dist/index.mjs:311:12)
at responseViaResponseObject (file:///D:/a/waku/waku/node_modules/.pnpm/@HONO[email protected]/node_modules/@hono/node-server/dist/index.mjs:333:12)
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on macos-latest (Node 18.17.0) - (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[firefox] › examples-smoke.spec.ts#L1
[firefox] › examples-smoke.spec.ts took 34.1s
|
Slow Test:
[firefox] › multi-platform.spec.ts#L1
[firefox] › multi-platform.spec.ts took 28.0s
|
E2E on macos-latest (Node 20.8.0) - (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[firefox] › examples-smoke.spec.ts#L1
[firefox] › examples-smoke.spec.ts took 34.1s
|
Slow Test:
[firefox] › multi-platform.spec.ts#L1
[firefox] › multi-platform.spec.ts took 27.2s
|
E2E on ubuntu-latest (Node 18.17.0) - (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[webkit] › multi-platform.spec.ts#L1
[webkit] › multi-platform.spec.ts took 53.9s
|
Slow Test:
[webkit] › ssg-performance.spec.ts#L1
[webkit] › ssg-performance.spec.ts took 29.2s
|
Slow Test:
[webkit] › partial-builds.spec.ts#L1
[webkit] › partial-builds.spec.ts took 23.9s
|
E2E on macos-latest (Node 18.17.0) - (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › examples-smoke.spec.ts#L1
[chromium] › examples-smoke.spec.ts took 34.0s
|
Slow Test:
[chromium] › multi-platform.spec.ts#L1
[chromium] › multi-platform.spec.ts took 27.9s
|
Slow Test:
[chromium] › ssg-performance.spec.ts#L1
[chromium] › ssg-performance.spec.ts took 19.2s
|
E2E on ubuntu-latest (Node 18.17.0) - (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[firefox] › multi-platform.spec.ts#L1
[firefox] › multi-platform.spec.ts took 53.1s
|
Slow Test:
[firefox] › examples-smoke.spec.ts#L1
[firefox] › examples-smoke.spec.ts took 36.7s
|
E2E on ubuntu-latest (Node 20.8.0) - (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[firefox] › multi-platform.spec.ts#L1
[firefox] › multi-platform.spec.ts took 51.6s
|
Slow Test:
[firefox] › examples-smoke.spec.ts#L1
[firefox] › examples-smoke.spec.ts took 37.3s
|
E2E on macos-latest (Node 18.17.0) - (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[webkit] › examples-smoke.spec.ts#L1
[webkit] › examples-smoke.spec.ts took 35.3s
|
Slow Test:
[firefox] › ssg-performance.spec.ts#L1
[firefox] › ssg-performance.spec.ts took 23.5s
|
Slow Test:
[firefox] › partial-builds.spec.ts#L1
[firefox] › partial-builds.spec.ts took 21.5s
|
E2E on macos-latest (Node 20.8.0) - (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › multi-platform.spec.ts#L1
[chromium] › multi-platform.spec.ts took 36.6s
|
Slow Test:
[chromium] › examples-smoke.spec.ts#L1
[chromium] › examples-smoke.spec.ts took 36.6s
|
Slow Test:
[chromium] › ssg-performance.spec.ts#L1
[chromium] › ssg-performance.spec.ts took 18.7s
|
Slow Test:
[chromium] › partial-builds.spec.ts#L1
[chromium] › partial-builds.spec.ts took 16.6s
|
E2E on ubuntu-latest (Node 18.17.0) - (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[webkit] › examples-smoke.spec.ts#L1
[webkit] › examples-smoke.spec.ts took 37.3s
|
Slow Test:
[firefox] › ssg-performance.spec.ts#L1
[firefox] › ssg-performance.spec.ts took 29.6s
|
Slow Test:
[firefox] › partial-builds.spec.ts#L1
[firefox] › partial-builds.spec.ts took 25.0s
|
E2E on ubuntu-latest (Node 20.8.0) - (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[webkit] › examples-smoke.spec.ts#L1
[webkit] › examples-smoke.spec.ts took 38.4s
|
Slow Test:
[firefox] › ssg-performance.spec.ts#L1
[firefox] › ssg-performance.spec.ts took 26.5s
|
Slow Test:
[firefox] › partial-builds.spec.ts#L1
[firefox] › partial-builds.spec.ts took 25.1s
|
E2E on ubuntu-latest (Node 20.8.0) - (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › multi-platform.spec.ts#L1
[chromium] › multi-platform.spec.ts took 52.0s
|
Slow Test:
[chromium] › examples-smoke.spec.ts#L1
[chromium] › examples-smoke.spec.ts took 37.6s
|
Slow Test:
[chromium] › ssg-performance.spec.ts#L1
[chromium] › ssg-performance.spec.ts took 25.4s
|
Slow Test:
[chromium] › partial-builds.spec.ts#L1
[chromium] › partial-builds.spec.ts took 23.2s
|
E2E on ubuntu-latest (Node 18.17.0) - (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › multi-platform.spec.ts#L1
[chromium] › multi-platform.spec.ts took 52.8s
|
Slow Test:
[chromium] › examples-smoke.spec.ts#L1
[chromium] › examples-smoke.spec.ts took 36.7s
|
Slow Test:
[chromium] › ssg-performance.spec.ts#L1
[chromium] › ssg-performance.spec.ts took 28.1s
|
Slow Test:
[chromium] › partial-builds.spec.ts#L1
[chromium] › partial-builds.spec.ts took 23.4s
|
E2E on windows-latest (Node 20.8.0) - (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[webkit] › multi-platform.spec.ts#L1
[webkit] › multi-platform.spec.ts took 1.1m
|
Slow Test:
[webkit] › ssg-performance.spec.ts#L1
[webkit] › ssg-performance.spec.ts took 32.7s
|
Slow Test:
[webkit] › partial-builds.spec.ts#L1
[webkit] › partial-builds.spec.ts took 27.4s
|
Slow Test:
[webkit] › ssg-wildcard.spec.ts#L1
[webkit] › ssg-wildcard.spec.ts took 15.6s
|
E2E on windows-latest (Node 18.17.0) - (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on windows-latest (Node 20.8.0) - (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[firefox] › multi-platform.spec.ts#L1
[firefox] › multi-platform.spec.ts took 1.0m
|
Slow Test:
[firefox] › examples-smoke.spec.ts#L1
[firefox] › examples-smoke.spec.ts took 56.1s
|
Slow Test:
[firefox] › multi-platform.spec.ts#L1
[firefox] › multi-platform.spec.ts took 1.1m
|
Slow Test:
[firefox] › examples-smoke.spec.ts#L1
[firefox] › examples-smoke.spec.ts took 56.9s
|
E2E on macos-latest (Node 18.17.0) - (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[webkit] › multi-platform.spec.ts#L1
[webkit] › multi-platform.spec.ts took 33.4s
|
Slow Test:
[webkit] › ssg-performance.spec.ts#L1
[webkit] › ssg-performance.spec.ts took 20.9s
|
Slow Test:
[webkit] › partial-builds.spec.ts#L1
[webkit] › partial-builds.spec.ts took 15.0s
|
E2E on windows-latest (Node 18.17.0) - (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[webkit] › multi-platform.spec.ts#L1
[webkit] › multi-platform.spec.ts took 1.1m
|
Slow Test:
[webkit] › ssg-performance.spec.ts#L1
[webkit] › ssg-performance.spec.ts took 39.3s
|
Slow Test:
[webkit] › partial-builds.spec.ts#L1
[webkit] › partial-builds.spec.ts took 29.5s
|
Slow Test:
[webkit] › ssg-wildcard.spec.ts#L1
[webkit] › ssg-wildcard.spec.ts took 17.2s
|
E2E on windows-latest (Node 20.8.0) - (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[webkit] › examples-smoke.spec.ts#L1
[webkit] › examples-smoke.spec.ts took 56.3s
|
Slow Test:
[firefox] › ssg-performance.spec.ts#L1
[firefox] › ssg-performance.spec.ts took 31.9s
|
Slow Test:
[firefox] › partial-builds.spec.ts#L1
[firefox] › partial-builds.spec.ts took 26.4s
|
Slow Test:
[firefox] › ssg-wildcard.spec.ts#L1
[firefox] › ssg-wildcard.spec.ts took 17.2s
|
E2E on ubuntu-latest (Node 20.8.0) - (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[webkit] › multi-platform.spec.ts#L1
[webkit] › multi-platform.spec.ts took 53.7s
|
Slow Test:
[webkit] › ssg-performance.spec.ts#L1
[webkit] › ssg-performance.spec.ts took 25.8s
|
Slow Test:
[webkit] › partial-builds.spec.ts#L1
[webkit] › partial-builds.spec.ts took 23.7s
|
E2E on windows-latest (Node 18.17.0) - (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[webkit] › examples-smoke.spec.ts#L1
[webkit] › examples-smoke.spec.ts took 57.8s
|
Slow Test:
[firefox] › ssg-performance.spec.ts#L1
[firefox] › ssg-performance.spec.ts took 37.7s
|
Slow Test:
[firefox] › partial-builds.spec.ts#L1
[firefox] › partial-builds.spec.ts took 29.1s
|
Slow Test:
[firefox] › ssg-wildcard.spec.ts#L1
[firefox] › ssg-wildcard.spec.ts took 15.2s
|
E2E on macos-latest (Node 20.8.0) - (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[webkit] › multi-platform.spec.ts#L1
[webkit] › multi-platform.spec.ts took 41.7s
|
Slow Test:
[webkit] › ssg-performance.spec.ts#L1
[webkit] › ssg-performance.spec.ts took 21.2s
|
Slow Test:
[webkit] › partial-builds.spec.ts#L1
[webkit] › partial-builds.spec.ts took 18.9s
|
E2E on windows-latest (Node 18.17.0) - (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › multi-platform.spec.ts#L1
[chromium] › multi-platform.spec.ts took 1.1m
|
Slow Test:
[chromium] › examples-smoke.spec.ts#L1
[chromium] › examples-smoke.spec.ts took 1.0m
|
Slow Test:
[chromium] › ssg-performance.spec.ts#L1
[chromium] › ssg-performance.spec.ts took 36.4s
|
Slow Test:
[chromium] › partial-builds.spec.ts#L1
[chromium] › partial-builds.spec.ts took 27.1s
|
E2E on macos-latest (Node 20.8.0) - (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[webkit] › examples-smoke.spec.ts#L1
[webkit] › examples-smoke.spec.ts took 35.1s
|
Slow Test:
[firefox] › ssg-performance.spec.ts#L1
[firefox] › ssg-performance.spec.ts took 18.1s
|
Slow Test:
[firefox] › partial-builds.spec.ts#L1
[firefox] › partial-builds.spec.ts took 17.7s
|
E2E on windows-latest (Node 20.8.0) - (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Slow Test:
[chromium] › multi-platform.spec.ts#L1
[chromium] › multi-platform.spec.ts took 1.0m
|
Slow Test:
[chromium] › examples-smoke.spec.ts#L1
[chromium] › examples-smoke.spec.ts took 1.0m
|
Slow Test:
[chromium] › ssg-performance.spec.ts#L1
[chromium] › ssg-performance.spec.ts took 31.6s
|
Slow Test:
[chromium] › partial-builds.spec.ts#L1
[chromium] › partial-builds.spec.ts took 25.8s
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report-macos-latest-18.17.0-1", "playwright-report-macos-latest-18.17.0-2", "playwright-report-macos-latest-18.17.0-3", "playwright-report-macos-latest-18.17.0-4", "playwright-report-macos-latest-20.8.0-1", "playwright-report-macos-latest-20.8.0-2", "playwright-report-macos-latest-20.8.0-3", "playwright-report-macos-latest-20.8.0-4", "playwright-report-ubuntu-latest-18.17.0-1", "playwright-report-ubuntu-latest-18.17.0-2", "playwright-report-ubuntu-latest-18.17.0-3", "playwright-report-ubuntu-latest-18.17.0-4", "playwright-report-ubuntu-latest-20.8.0-1", "playwright-report-ubuntu-latest-20.8.0-2", "playwright-report-ubuntu-latest-20.8.0-3", "playwright-report-ubuntu-latest-20.8.0-4", "playwright-report-windows-latest-18.17.0-1", "playwright-report-windows-latest-18.17.0-2", "playwright-report-windows-latest-18.17.0-3", "playwright-report-windows-latest-18.17.0-4", "playwright-report-windows-latest-20.8.0-1", "playwright-report-windows-latest-20.8.0-2", "playwright-report-windows-latest-20.8.0-3", "playwright-report-windows-latest-20.8.0-4".
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/
|
🎭 Playwright Run Summary
5 skipped
75 passed (3.0m)
|
🎭 Playwright Run Summary
5 skipped
75 passed (3.0m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › ssr-swr.spec.ts:51:5 › ssr-swr: dev › increase counter ──────────────────────────────
3 skipped
55 passed (3.4m)
|
🎭 Playwright Run Summary
2 skipped
73 passed (3.8m)
|
🎭 Playwright Run Summary
5 skipped
75 passed (4.1m)
|
🎭 Playwright Run Summary
5 skipped
75 passed (4.1m)
|
🎭 Playwright Run Summary
5 skipped
78 passed (4.2m)
|
🎭 Playwright Run Summary
2 skipped
73 passed (4.3m)
|
🎭 Playwright Run Summary
5 skipped
78 passed (5.0m)
|
🎭 Playwright Run Summary
5 skipped
78 passed (5.0m)
|
🎭 Playwright Run Summary
2 skipped
73 passed (5.2m)
|
🎭 Playwright Run Summary
2 skipped
73 passed (5.3m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › ssr-swr.spec.ts:51:5 › ssr-swr: dev › increase counter ──────────────────────────────
3 skipped
55 passed (3.9m)
|
🎭 Playwright Run Summary
5 skipped
75 passed (4.7m)
|
🎭 Playwright Run Summary
5 skipped
75 passed (4.8m)
|
🎭 Playwright Run Summary
3 skipped
56 passed (2.3m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › ssr-swr.spec.ts:51:5 › ssr-swr: dev › increase counter ──────────────────────────────
3 skipped
55 passed (4.2m)
|
🎭 Playwright Run Summary
5 skipped
78 passed (5.5m)
|
🎭 Playwright Run Summary
1 flaky
[webkit] › ssr-swr.spec.ts:51:5 › ssr-swr: dev › increase counter ──────────────────────────────
3 skipped
55 passed (3.3m)
|
🎭 Playwright Run Summary
5 skipped
78 passed (5.8m)
|
🎭 Playwright Run Summary
3 skipped
56 passed (2.6m)
|
🎭 Playwright Run Summary
2 skipped
73 passed (6.3m)
|
🎭 Playwright Run Summary
5 skipped
78 passed (3.9m)
|
🎭 Playwright Run Summary
2 skipped
73 passed (6.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
create-waku
Expired
|
186 KB |
|
playwright-report-macos-latest-18.17.0-1
Expired
|
45 Bytes |
|
playwright-report-macos-latest-18.17.0-2
Expired
|
45 Bytes |
|
playwright-report-macos-latest-18.17.0-3
Expired
|
45 Bytes |
|
playwright-report-macos-latest-18.17.0-4
Expired
|
45 Bytes |
|
playwright-report-macos-latest-20.8.0-1
Expired
|
45 Bytes |
|
playwright-report-macos-latest-20.8.0-2
Expired
|
45 Bytes |
|
playwright-report-macos-latest-20.8.0-3
Expired
|
45 Bytes |
|
playwright-report-macos-latest-20.8.0-4
Expired
|
45 Bytes |
|
playwright-report-ubuntu-latest-18.17.0-1
Expired
|
45 Bytes |
|
playwright-report-ubuntu-latest-18.17.0-2
Expired
|
45 Bytes |
|
playwright-report-ubuntu-latest-18.17.0-3
Expired
|
45 Bytes |
|
playwright-report-ubuntu-latest-18.17.0-4
Expired
|
212 KB |
|
playwright-report-ubuntu-latest-20.8.0-1
Expired
|
45 Bytes |
|
playwright-report-ubuntu-latest-20.8.0-2
Expired
|
45 Bytes |
|
playwright-report-ubuntu-latest-20.8.0-3
Expired
|
45 Bytes |
|
playwright-report-ubuntu-latest-20.8.0-4
Expired
|
212 KB |
|
playwright-report-windows-latest-18.17.0-1
Expired
|
45 Bytes |
|
playwright-report-windows-latest-18.17.0-2
Expired
|
45 Bytes |
|
playwright-report-windows-latest-18.17.0-3
Expired
|
45 Bytes |
|
playwright-report-windows-latest-18.17.0-4
Expired
|
246 KB |
|
playwright-report-windows-latest-20.8.0-1
Expired
|
45 Bytes |
|
playwright-report-windows-latest-20.8.0-2
Expired
|
45 Bytes |
|
playwright-report-windows-latest-20.8.0-3
Expired
|
45 Bytes |
|
playwright-report-windows-latest-20.8.0-4
Expired
|
215 KB |
|
waku
Expired
|
190 KB |
|