Skip to content

update

update #56

Triggered via push December 6, 2023 15:49
Status Failure
Total duration 7m 31s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Matrix: e2e
Fit to window
Zoom out
Zoom in

Annotations

69 errors, 6 warnings, and 6 notices
test: packages/waku/src/client.ts#L15
Could not find a declaration file for module 'react-server-dom-webpack/client'. '/home/runner/work/waku/waku/node_modules/.pnpm/react-server-dom-webpack@18.3.0-canary-6c7b41da3-20231123_react-dom@18.3.0-canary-6c7b41da3-2_dt2exqp4pg72sdd2lskkite4xu/node_modules/react-server-dom-webpack/client.node.unbundled.js' implicitly has an 'any' type.
test: packages/waku/src/client.ts#L16
File '/home/runner/work/waku/waku/packages/waku/src/lib/middleware/rsc/utils.ts' is not listed within the file list of project '/home/runner/work/waku/waku/tsconfig.e2e.json'. Projects must list all files or use an 'include' pattern.
test: packages/waku/src/server.ts#L3
File '/home/runner/work/waku/waku/packages/waku/src/client.ts' is not listed within the file list of project '/home/runner/work/waku/waku/tsconfig.e2e.json'. Projects must list all files or use an 'include' pattern.
test: packages/waku/src/router/server.ts#L4
File '/home/runner/work/waku/waku/packages/waku/src/server.ts' is not listed within the file list of project '/home/runner/work/waku/waku/tsconfig.e2e.json'. Projects must list all files or use an 'include' pattern.
test: packages/waku/src/router/server.ts#L8
File '/home/runner/work/waku/waku/packages/waku/src/router/common.ts' is not listed within the file list of project '/home/runner/work/waku/waku/tsconfig.e2e.json'. Projects must list all files or use an 'include' pattern.
test: e2e/fixtures/rsc-router/src/routes/layout.tsx#L3
File '/home/runner/work/waku/waku/packages/waku/src/router/client.ts' is not listed within the file list of project '/home/runner/work/waku/waku/tsconfig.e2e.json'. Projects must list all files or use an 'include' pattern.
test: e2e/fixtures/rsc-router/src/entries.tsx#L5
Argument of type '(id: string) => Promise<typeof import("/home/runner/work/waku/waku/e2e/fixtures/rsc-router/src/routes/layout", { assert: { "resolution-mode": "import" } }) | null>' is not assignable to parameter of type '(componentId: string) => Promise<FunctionComponent<{}> | { default: FunctionComponent<{}>; } | null>'.
test: e2e/fixtures/rsc-router/src/entries.tsx#L1
File '/home/runner/work/waku/waku/packages/waku/src/router/server.ts' is not listed within the file list of project '/home/runner/work/waku/waku/tsconfig.e2e.json'. Projects must list all files or use an 'include' pattern.
test
Process completed with exit code 1.
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
3) examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
3) examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
3) examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
3) examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
3) examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
3) examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
3) examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title: e2e/examples-smoke.spec.ts#L147
3) examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at /Users/runner/work/waku/waku/e2e/examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
3) examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
3) examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
1) examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ───────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
2) examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ──────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
3) examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title: e2e\examples-smoke.spec.ts#L147
3) examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: "Waku example" Received: "" 145 | await page.goto(`http://localhost:${port}/`); 146 | const title = await page.title(); > 147 | expect(title).toBe('Waku example'); | ^ 148 | }); 149 | }); 150 | } at D:\a\waku\waku\e2e\examples-smoke.spec.ts:147:25
E2E on ubuntu-latest (Node 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E on ubuntu-latest (Node 20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E on macos-latest (Node 20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E on macos-latest (Node 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E on windows-latest (Node 20)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
E2E on windows-latest (Node 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
🎭 Playwright Run Summary
7 failed examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ────────── examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ───────── examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ─────────── examples-smoke.spec.ts:144:9 › smoke test on 10_dynamicroute: dev --with-ssr › check title ───── rsc-router.spec.ts:56:5 › rsc-router: dev › home ─────────────────────────────────────────────── rsc-router.spec.ts:63:5 › rsc-router: dev › foo ──────────────────────────────────────────────── rsc-router.spec.ts:56:5 › rsc-router: start › home ───────────────────────────────────────────── 1 skipped 46 passed (3.4m)
🎭 Playwright Run Summary
7 failed examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ────────── examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ───────── examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ─────────── examples-smoke.spec.ts:144:9 › smoke test on 10_dynamicroute: dev --with-ssr › check title ───── rsc-router.spec.ts:56:5 › rsc-router: dev › home ─────────────────────────────────────────────── rsc-router.spec.ts:63:5 › rsc-router: dev › foo ──────────────────────────────────────────────── rsc-router.spec.ts:56:5 › rsc-router: start › home ───────────────────────────────────────────── 1 skipped 46 passed (3.5m)
🎭 Playwright Run Summary
7 failed examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ────────── examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ───────── examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ─────────── examples-smoke.spec.ts:144:9 › smoke test on 10_dynamicroute: dev --with-ssr › check title ───── rsc-router.spec.ts:56:5 › rsc-router: dev › home ─────────────────────────────────────────────── rsc-router.spec.ts:63:5 › rsc-router: dev › foo ──────────────────────────────────────────────── rsc-router.spec.ts:56:5 › rsc-router: start › home ───────────────────────────────────────────── 1 skipped 46 passed (3.9m)
🎭 Playwright Run Summary
7 failed examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ────────── examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ───────── examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ─────────── examples-smoke.spec.ts:144:9 › smoke test on 10_dynamicroute: dev --with-ssr › check title ───── rsc-router.spec.ts:56:5 › rsc-router: dev › home ─────────────────────────────────────────────── rsc-router.spec.ts:63:5 › rsc-router: dev › foo ──────────────────────────────────────────────── rsc-router.spec.ts:56:5 › rsc-router: start › home ───────────────────────────────────────────── 1 skipped 46 passed (4.4m)
🎭 Playwright Run Summary
7 failed examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ────────── examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ───────── examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ─────────── examples-smoke.spec.ts:144:9 › smoke test on 10_dynamicroute: dev --with-ssr › check title ───── rsc-router.spec.ts:56:5 › rsc-router: dev › home ─────────────────────────────────────────────── rsc-router.spec.ts:63:5 › rsc-router: dev › foo ──────────────────────────────────────────────── rsc-router.spec.ts:56:5 › rsc-router: start › home ───────────────────────────────────────────── 1 skipped 46 passed (4.1m)
🎭 Playwright Run Summary
7 failed examples-smoke.spec.ts:144:9 › smoke test on 03_promise: dev --with-ssr › check title ────────── examples-smoke.spec.ts:144:9 › smoke test on 05_mutation: dev --with-ssr › check title ───────── examples-smoke.spec.ts:144:9 › smoke test on 07_router: dev --with-ssr › check title ─────────── examples-smoke.spec.ts:144:9 › smoke test on 10_dynamicroute: dev --with-ssr › check title ───── rsc-router.spec.ts:56:5 › rsc-router: dev › home ─────────────────────────────────────────────── rsc-router.spec.ts:63:5 › rsc-router: dev › foo ──────────────────────────────────────────────── rsc-router.spec.ts:56:5 › rsc-router: start › home ───────────────────────────────────────────── 1 skipped 46 passed (4.0m)

Artifacts

Produced during runtime
Name Size
test-results-main Expired
182 KB