Skip to content

Bump to Vite 6

Bump to Vite 6 #914

Triggered via pull request December 1, 2024 22:54
Status Failure
Total duration 27m 43s
Artifacts

test.yml

on: pull_request
Matrix: integration
Fit to window
Zoom out
Zoom in

Annotations

90 errors, 26 warnings, and 9 notices
[chromium] › async-context.test.ts:92:2 › async-context-prod › spa: test/helpers/create-fixture.ts#L180
1) [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ──────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/async-context-prod-8es38ivekp/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/async-context.test.ts:12:13
[chromium] › basic.test.ts:35:2 › basic-prod › ssr: test/helpers/create-fixture.ts#L180
2) [chromium] › basic.test.ts:35:2 › basic-prod › ssr ──────────────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/basic-prod-8j13elouur8/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/basic.test.ts:16:13
[chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr: test/helpers/create-fixture.ts#L180
3) [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ──────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/fs-router-prod-pv6beiuu56o/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/fs-router.test.ts:16:13
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root: test/multi-spa.test.ts#L15
4) [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ──────────────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 13 | let appFixture: AppFixture; 14 | > 15 | test.beforeAll(async () => { | ^ 16 | fixture = await createFixture({ 17 | files: {}, 18 | template: "multi-spa", at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:15:7
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root: test/multi-spa.test.ts#L25
4) [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ──────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'close') 23 | 24 | test.afterAll(async () => { > 25 | await appFixture.close(); | ^ 26 | }); 27 | 28 | let logs: string[] = []; at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:25:20
[chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root: test/helpers/create-fixture.ts#L180
5) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ─────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-prod-m0au3bn3cf/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:16:13
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root: test/multi-spa.test.ts#L76
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ───────────── "beforeAll" hook timeout of 360000ms exceeded. 74 | let appFixture: AppFixture; 75 | > 76 | test.beforeAll(async () => { | ^ 77 | fixture = await createFixture({ 78 | files: { 79 | "app.config.js": js` at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:76:7
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root: test/multi-spa.test.ts#L141
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ───────────── TypeError: Cannot read properties of undefined (reading 'close') 139 | 140 | test.afterAll(async () => { > 141 | await appFixture.close(); | ^ 142 | }); 143 | 144 | let logs: string[] = []; at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:141:20
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root: test/helpers/create-fixture.ts#L180
7) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ──────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-mode-backwards-compat-prod-g6g73buhrh8/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:77:13
[chromium] › rsc.test.ts:36:2 › rsc › spa: test/helpers/create-fixture.ts#L180
8) [chromium] › rsc.test.ts:36:2 › rsc › spa ───────────────────────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/rsc-7bslpd89ps8/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/rsc.test.ts:16:13
[chromium] › async-context.test.ts:92:2 › async-context-prod › spa: test/helpers/create-fixture.ts#L180
1) [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ──────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/async-context-prod-4gkuive2df/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/async-context.test.ts:12:13
[chromium] › basic.test.ts:35:2 › basic-prod › ssr: test/helpers/create-fixture.ts#L180
2) [chromium] › basic.test.ts:35:2 › basic-prod › ssr ──────────────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/basic-prod-66gm3msi88/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/basic.test.ts:16:13
[chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr: test/helpers/create-fixture.ts#L180
3) [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ──────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/fs-router-prod-004h8ufnui8/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/fs-router.test.ts:16:13
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root: test/multi-spa.test.ts#L15
4) [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ──────────────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 13 | let appFixture: AppFixture; 14 | > 15 | test.beforeAll(async () => { | ^ 16 | fixture = await createFixture({ 17 | files: {}, 18 | template: "multi-spa", at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:15:7
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root: test/multi-spa.test.ts#L25
4) [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ──────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'close') 23 | 24 | test.afterAll(async () => { > 25 | await appFixture.close(); | ^ 26 | }); 27 | 28 | let logs: string[] = []; at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:25:20
[chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root: test/helpers/create-fixture.ts#L180
5) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ─────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-prod-23s6v5jcg68/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:16:13
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root: test/multi-spa.test.ts#L76
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ───────────── "beforeAll" hook timeout of 360000ms exceeded. 74 | let appFixture: AppFixture; 75 | > 76 | test.beforeAll(async () => { | ^ 77 | fixture = await createFixture({ 78 | files: { 79 | "app.config.js": js` at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:76:7
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root: test/multi-spa.test.ts#L141
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ───────────── TypeError: Cannot read properties of undefined (reading 'close') 139 | 140 | test.afterAll(async () => { > 141 | await appFixture.close(); | ^ 142 | }); 143 | 144 | let logs: string[] = []; at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:141:20
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root: test/helpers/create-fixture.ts#L180
7) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ──────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-mode-backwards-compat-prod-fnq37onggp/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:77:13
[chromium] › rsc.test.ts:36:2 › rsc › spa: test/helpers/create-fixture.ts#L180
8) [chromium] › rsc.test.ts:36:2 › rsc › spa ───────────────────────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/rsc-ik9gfv805jo/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /home/runner/work/vinxi/vinxi/test/rsc.test.ts:16:13
[chromium] › async-context.test.ts:87:3 › async-context-prod › spa: test/helpers/create-fixture.ts#L135
1) [chromium] › async-context.test.ts:87:3 › async-context-prod › spa ──────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/async-context-prod-tej34s2tqv8/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:135:11) at /home/runner/work/vinxi/vinxi/test/async-context.test.ts:10:15
[chromium] › basic.test.ts:26:3 › basic-prod › ssr: test/helpers/create-fixture.ts#L135
2) [chromium] › basic.test.ts:26:3 › basic-prod › ssr ──────────────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/basic-prod-qefit2e5t18/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:135:11) at /home/runner/work/vinxi/vinxi/test/basic.test.ts:10:15
[chromium] › fs-router.test.ts:27:3 › fs-router-prod › ssr: test/helpers/create-fixture.ts#L135
3) [chromium] › fs-router.test.ts:27:3 › fs-router-prod › ssr ──────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/fs-router-prod-4c3oltn0ovg/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:135:11) at /home/runner/work/vinxi/vinxi/test/fs-router.test.ts:10:15
[chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root: test/multi-spa.test.ts#L9
4) [chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root ──────────────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 7 | testDevAndProd, 8 | } from "./helpers/create-fixture.js"; > 9 | import { PlaywrightFixture, prettyHtml } from "./helpers/playwright-fixture.js"; | ^ 10 | 11 | testDevAndProd("multi-spa", ({ createFixture }) => { 12 | let fixture: Fixture; at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:9:8
[chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root: test/multi-spa.test.ts#L17
4) [chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root ──────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'close') 15 | test.beforeAll(async () => { 16 | fixture = await createFixture({ > 17 | files: {}, | ^ 18 | template: "multi-spa", 19 | }); 20 | at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:17:22
[chromium] › multi-spa.test.ts:28:5 › multi-spa-prod › root: test/helpers/create-fixture.ts#L135
5) [chromium] › multi-spa.test.ts:28:5 › multi-spa-prod › root ─────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-prod-lufds3h41n8/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:135:11) at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:10:15
[chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root: test/multi-spa.test.ts#L52
6) [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root ───────────── "beforeAll" hook timeout of 360000ms exceeded. 50 | prettyHtml(`<span data-test-id="count${testId}">1</span>`), 51 | ); > 52 | | ^ 53 | expect( 54 | await app.getHtml(`[data-test-id=asset-image${testId}]`), 55 | ).toContain('data-loaded="true"'); at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:52:8
[chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root: test/multi-spa.test.ts#L115
6) [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root ───────────── TypeError: Cannot read properties of undefined (reading 'close') 113 | root: "./react", 114 | handler: "./index.html", > 115 | base: "/react", | ^ 116 | target: "browser", 117 | plugins: () => [react()], 118 | }, at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:115:22
[chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-prod › root: test/helpers/create-fixture.ts#L135
7) [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-prod › root ──────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-mode-backwards-compat-prod-j9054knv7jg/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:135:11) at /home/runner/work/vinxi/vinxi/test/multi-spa.test.ts:53:15
[chromium] › rsc.test.ts:25:3 › rsc › spa: test/helpers/create-fixture.ts#L135
8) [chromium] › rsc.test.ts:25:3 › rsc › spa ───────────────────────────────────────────────────── Error: Expected build directory to exist at /home/runner/work/vinxi/vinxi/test/.fixtures/rsc-jqqgq8i6jmo/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (/home/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:135:11) at /home/runner/work/vinxi/vinxi/test/rsc.test.ts:8:15
[chromium] › async-context.test.ts:92:2 › async-context-prod › spa: test\helpers\create-fixture.ts#L180
1) [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ──────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\async-context-prod-09gmo16b4mo\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\async-context.test.ts:12:13
[chromium] › basic.test.ts:35:2 › basic-prod › ssr: test\helpers\create-fixture.ts#L180
2) [chromium] › basic.test.ts:35:2 › basic-prod › ssr ──────────────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\basic-prod-ac6bf6bgaa\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\basic.test.ts:16:13
[chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr: test\helpers\create-fixture.ts#L180
3) [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ──────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\fs-router-prod-e6mff70b1fo\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\fs-router.test.ts:16:13
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root: test\multi-spa.test.ts#L15
4) [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ──────────────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 13 | let appFixture: AppFixture; 14 | > 15 | test.beforeAll(async () => { | ^ 16 | fixture = await createFixture({ 17 | files: {}, 18 | template: "multi-spa", at D:\a\vinxi\vinxi\test\multi-spa.test.ts:15:7
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root: test\multi-spa.test.ts#L25
4) [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ──────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'close') 23 | 24 | test.afterAll(async () => { > 25 | await appFixture.close(); | ^ 26 | }); 27 | 28 | let logs: string[] = []; at D:\a\vinxi\vinxi\test\multi-spa.test.ts:25:20
[chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root: test\helpers\create-fixture.ts#L180
5) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ─────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\multi-spa-prod-h7sgl78d8vo\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\multi-spa.test.ts:16:13
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root: test\multi-spa.test.ts#L76
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ───────────── "beforeAll" hook timeout of 360000ms exceeded. 74 | let appFixture: AppFixture; 75 | > 76 | test.beforeAll(async () => { | ^ 77 | fixture = await createFixture({ 78 | files: { 79 | "app.config.js": js` at D:\a\vinxi\vinxi\test\multi-spa.test.ts:76:7
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root: test\multi-spa.test.ts#L141
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ───────────── TypeError: Cannot read properties of undefined (reading 'close') 139 | 140 | test.afterAll(async () => { > 141 | await appFixture.close(); | ^ 142 | }); 143 | 144 | let logs: string[] = []; at D:\a\vinxi\vinxi\test\multi-spa.test.ts:141:20
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root: test\helpers\create-fixture.ts#L180
7) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ──────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\multi-spa-mode-backwards-compat-prod-7svqf3elo1o\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\multi-spa.test.ts:77:13
[chromium] › rsc.test.ts:36:2 › rsc › spa: test\helpers\create-fixture.ts#L180
8) [chromium] › rsc.test.ts:36:2 › rsc › spa ───────────────────────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\rsc-m851c4ijeno\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\rsc.test.ts:16:13
[chromium] › async-context.test.ts:87:3 › async-context-prod › spa: test\helpers\create-fixture.ts#L135
1) [chromium] › async-context.test.ts:87:3 › async-context-prod › spa ──────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\async-context-prod-vju9ubopvv8\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:135:11) at D:\a\vinxi\vinxi\test\async-context.test.ts:10:15
[chromium] › basic.test.ts:26:3 › basic-prod › ssr: test\helpers\create-fixture.ts#L135
2) [chromium] › basic.test.ts:26:3 › basic-prod › ssr ──────────────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\basic-prod-vb37ig3jgmo\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:135:11) at D:\a\vinxi\vinxi\test\basic.test.ts:10:15
[chromium] › fs-router.test.ts:27:3 › fs-router-prod › ssr: test\helpers\create-fixture.ts#L135
3) [chromium] › fs-router.test.ts:27:3 › fs-router-prod › ssr ──────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\fs-router-prod-4tnudd0h05o\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:135:11) at D:\a\vinxi\vinxi\test\fs-router.test.ts:10:15
[chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root: test\multi-spa.test.ts#L9
4) [chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root ──────────────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 7 | testDevAndProd, 8 | } from "./helpers/create-fixture.js"; > 9 | import { PlaywrightFixture, prettyHtml } from "./helpers/playwright-fixture.js"; | ^ 10 | 11 | testDevAndProd("multi-spa", ({ createFixture }) => { 12 | let fixture: Fixture; at D:\a\vinxi\vinxi\test\multi-spa.test.ts:9:8
[chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root: test\multi-spa.test.ts#L17
4) [chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root ──────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'close') 15 | test.beforeAll(async () => { 16 | fixture = await createFixture({ > 17 | files: {}, | ^ 18 | template: "multi-spa", 19 | }); 20 | at D:\a\vinxi\vinxi\test\multi-spa.test.ts:17:22
[chromium] › multi-spa.test.ts:28:5 › multi-spa-prod › root: test\helpers\create-fixture.ts#L135
5) [chromium] › multi-spa.test.ts:28:5 › multi-spa-prod › root ─────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\multi-spa-prod-hdm9q70uoo8\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:135:11) at D:\a\vinxi\vinxi\test\multi-spa.test.ts:10:15
[chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root: test\multi-spa.test.ts#L52
6) [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root ───────────── "beforeAll" hook timeout of 360000ms exceeded. 50 | prettyHtml(`<span data-test-id="count${testId}">1</span>`), 51 | ); > 52 | | ^ 53 | expect( 54 | await app.getHtml(`[data-test-id=asset-image${testId}]`), 55 | ).toContain('data-loaded="true"'); at D:\a\vinxi\vinxi\test\multi-spa.test.ts:52:8
[chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root: test\multi-spa.test.ts#L115
6) [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root ───────────── TypeError: Cannot read properties of undefined (reading 'close') 113 | root: "./react", 114 | handler: "./index.html", > 115 | base: "/react", | ^ 116 | target: "browser", 117 | plugins: () => [react()], 118 | }, at D:\a\vinxi\vinxi\test\multi-spa.test.ts:115:22
[chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-prod › root: test\helpers\create-fixture.ts#L135
7) [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-prod › root ──────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\multi-spa-mode-backwards-compat-prod-9v6f3afo9uo\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:135:11) at D:\a\vinxi\vinxi\test\multi-spa.test.ts:53:15
[chromium] › rsc.test.ts:25:3 › rsc › spa: test\helpers\create-fixture.ts#L135
8) [chromium] › rsc.test.ts:25:3 › rsc › spa ───────────────────────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\rsc-ujtjgjojh\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:135:11) at D:\a\vinxi\vinxi\test\rsc.test.ts:8:15
[chromium] › async-context.test.ts:92:2 › async-context-prod › spa: test\helpers\create-fixture.ts#L180
1) [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ──────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\async-context-prod-hnmrh2nmh78\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\async-context.test.ts:12:13
[chromium] › basic.test.ts:35:2 › basic-prod › ssr: test\helpers\create-fixture.ts#L180
2) [chromium] › basic.test.ts:35:2 › basic-prod › ssr ──────────────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\basic-prod-nvfbeebtpeg\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\basic.test.ts:16:13
[chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr: test\helpers\create-fixture.ts#L180
3) [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ──────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\fs-router-prod-vdoe2vld5r\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\fs-router.test.ts:16:13
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root: test\multi-spa.test.ts#L15
4) [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ──────────────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 13 | let appFixture: AppFixture; 14 | > 15 | test.beforeAll(async () => { | ^ 16 | fixture = await createFixture({ 17 | files: {}, 18 | template: "multi-spa", at D:\a\vinxi\vinxi\test\multi-spa.test.ts:15:7
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root: test\multi-spa.test.ts#L25
4) [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ──────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'close') 23 | 24 | test.afterAll(async () => { > 25 | await appFixture.close(); | ^ 26 | }); 27 | 28 | let logs: string[] = []; at D:\a\vinxi\vinxi\test\multi-spa.test.ts:25:20
[chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root: test\helpers\create-fixture.ts#L180
5) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ─────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\multi-spa-prod-oj3t3ce5d88\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\multi-spa.test.ts:16:13
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root: test\multi-spa.test.ts#L76
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ───────────── "beforeAll" hook timeout of 360000ms exceeded. 74 | let appFixture: AppFixture; 75 | > 76 | test.beforeAll(async () => { | ^ 77 | fixture = await createFixture({ 78 | files: { 79 | "app.config.js": js` at D:\a\vinxi\vinxi\test\multi-spa.test.ts:76:7
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root: test\multi-spa.test.ts#L141
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ───────────── TypeError: Cannot read properties of undefined (reading 'close') 139 | 140 | test.afterAll(async () => { > 141 | await appFixture.close(); | ^ 142 | }); 143 | 144 | let logs: string[] = []; at D:\a\vinxi\vinxi\test\multi-spa.test.ts:141:20
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root: test\helpers\create-fixture.ts#L180
7) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ──────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\multi-spa-mode-backwards-compat-prod-iepo9b97o8o\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\multi-spa.test.ts:77:13
[chromium] › rsc.test.ts:36:2 › rsc › spa: test\helpers\create-fixture.ts#L180
8) [chromium] › rsc.test.ts:36:2 › rsc › spa ───────────────────────────────────────────────────── Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\rsc-iofmkla0ckg\.output\server\index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers\create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (D:\a\vinxi\vinxi\test\helpers\create-fixture.ts:180:9) at D:\a\vinxi\vinxi\test\rsc.test.ts:16:13
[chromium] › async-context.test.ts:92:2 › async-context-prod › spa: test/helpers/create-fixture.ts#L180
1) [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ──────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/async-context-prod-smukf6ufmg8/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/async-context.test.ts:12:13
[chromium] › basic.test.ts:35:2 › basic-prod › ssr: test/helpers/create-fixture.ts#L180
2) [chromium] › basic.test.ts:35:2 › basic-prod › ssr ──────────────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/basic-prod-uor5sftdcjg/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/basic.test.ts:16:13
[chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr: test/helpers/create-fixture.ts#L180
3) [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ──────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/fs-router-prod-6cnj648h26g/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/fs-router.test.ts:16:13
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root: test/multi-spa.test.ts#L15
4) [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ──────────────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 13 | let appFixture: AppFixture; 14 | > 15 | test.beforeAll(async () => { | ^ 16 | fixture = await createFixture({ 17 | files: {}, 18 | template: "multi-spa", at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:15:7
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root: test/multi-spa.test.ts#L25
4) [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ──────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'close') 23 | 24 | test.afterAll(async () => { > 25 | await appFixture.close(); | ^ 26 | }); 27 | 28 | let logs: string[] = []; at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:25:20
[chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root: test/helpers/create-fixture.ts#L180
5) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ─────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-prod-nqk897l9n6o/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:16:13
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root: test/multi-spa.test.ts#L76
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ───────────── "beforeAll" hook timeout of 360000ms exceeded. 74 | let appFixture: AppFixture; 75 | > 76 | test.beforeAll(async () => { | ^ 77 | fixture = await createFixture({ 78 | files: { 79 | "app.config.js": js` at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:76:7
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root: test/multi-spa.test.ts#L141
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ───────────── TypeError: Cannot read properties of undefined (reading 'close') 139 | 140 | test.afterAll(async () => { > 141 | await appFixture.close(); | ^ 142 | }); 143 | 144 | let logs: string[] = []; at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:141:20
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root: test/helpers/create-fixture.ts#L180
7) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ──────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-mode-backwards-compat-prod-5meh183hs3/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:77:13
[chromium] › rsc.test.ts:36:2 › rsc › spa: test/helpers/create-fixture.ts#L180
8) [chromium] › rsc.test.ts:36:2 › rsc › spa ───────────────────────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/rsc-4n1t65nmdi8/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/rsc.test.ts:16:13
[chromium] › async-context.test.ts:92:2 › async-context-prod › spa: test/helpers/create-fixture.ts#L180
1) [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ──────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/async-context-prod-122o0dbkpvg/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/async-context.test.ts:12:13
[chromium] › basic.test.ts:35:2 › basic-prod › ssr: test/helpers/create-fixture.ts#L180
2) [chromium] › basic.test.ts:35:2 › basic-prod › ssr ──────────────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/basic-prod-irb4hs9tjeg/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/basic.test.ts:16:13
[chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr: test/helpers/create-fixture.ts#L180
3) [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ──────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/fs-router-prod-oiva31qu97g/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/fs-router.test.ts:16:13
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root: test/multi-spa.test.ts#L15
4) [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ──────────────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 13 | let appFixture: AppFixture; 14 | > 15 | test.beforeAll(async () => { | ^ 16 | fixture = await createFixture({ 17 | files: {}, 18 | template: "multi-spa", at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:15:7
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root: test/multi-spa.test.ts#L25
4) [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ──────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'close') 23 | 24 | test.afterAll(async () => { > 25 | await appFixture.close(); | ^ 26 | }); 27 | 28 | let logs: string[] = []; at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:25:20
[chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root: test/helpers/create-fixture.ts#L180
5) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ─────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-prod-2epn8vs2dg8/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:16:13
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root: test/multi-spa.test.ts#L76
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ───────────── "beforeAll" hook timeout of 360000ms exceeded. 74 | let appFixture: AppFixture; 75 | > 76 | test.beforeAll(async () => { | ^ 77 | fixture = await createFixture({ 78 | files: { 79 | "app.config.js": js` at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:76:7
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root: test/multi-spa.test.ts#L141
6) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ───────────── TypeError: Cannot read properties of undefined (reading 'close') 139 | 140 | test.afterAll(async () => { > 141 | await appFixture.close(); | ^ 142 | }); 143 | 144 | let logs: string[] = []; at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:141:20
[chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root: test/helpers/create-fixture.ts#L180
7) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ──────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-mode-backwards-compat-prod-nkbn2s9ctkg/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:77:13
[chromium] › rsc.test.ts:36:2 › rsc › spa: test/helpers/create-fixture.ts#L180
8) [chromium] › rsc.test.ts:36:2 › rsc › spa ───────────────────────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/rsc-6vqll1h7aq/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:180 178 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 179 | if (!fse.existsSync(buildPath)) { > 180 | throw new Error( | ^ 181 | c.red( 182 | `Expected build directory to exist at ${c.dim( 183 | buildPath, at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:180:9) at /Users/runner/work/vinxi/vinxi/test/rsc.test.ts:16:13
[chromium] › async-context.test.ts:87:3 › async-context-prod › spa: test/helpers/create-fixture.ts#L135
1) [chromium] › async-context.test.ts:87:3 › async-context-prod › spa ──────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/async-context-prod-m31cfovskh/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:135:11) at /Users/runner/work/vinxi/vinxi/test/async-context.test.ts:10:15
[chromium] › basic.test.ts:26:3 › basic-prod › ssr: test/helpers/create-fixture.ts#L135
2) [chromium] › basic.test.ts:26:3 › basic-prod › ssr ──────────────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/basic-prod-u2b7i8v5vjg/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:135:11) at /Users/runner/work/vinxi/vinxi/test/basic.test.ts:10:15
[chromium] › fs-router.test.ts:27:3 › fs-router-prod › ssr: test/helpers/create-fixture.ts#L135
3) [chromium] › fs-router.test.ts:27:3 › fs-router-prod › ssr ──────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/fs-router-prod-v5fngrita0g/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:135:11) at /Users/runner/work/vinxi/vinxi/test/fs-router.test.ts:10:15
[chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root: test/multi-spa.test.ts#L9
4) [chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root ──────────────────────────────────── "beforeAll" hook timeout of 360000ms exceeded. 7 | testDevAndProd, 8 | } from "./helpers/create-fixture.js"; > 9 | import { PlaywrightFixture, prettyHtml } from "./helpers/playwright-fixture.js"; | ^ 10 | 11 | testDevAndProd("multi-spa", ({ createFixture }) => { 12 | let fixture: Fixture; at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:9:8
[chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root: test/multi-spa.test.ts#L17
4) [chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root ──────────────────────────────────── TypeError: Cannot read properties of undefined (reading 'close') 15 | test.beforeAll(async () => { 16 | fixture = await createFixture({ > 17 | files: {}, | ^ 18 | template: "multi-spa", 19 | }); 20 | at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:17:22
[chromium] › multi-spa.test.ts:28:5 › multi-spa-prod › root: test/helpers/create-fixture.ts#L135
5) [chromium] › multi-spa.test.ts:28:5 › multi-spa-prod › root ─────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-prod-uio6dec1jr8/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:135:11) at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:10:15
[chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root: test/multi-spa.test.ts#L52
6) [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root ───────────── "beforeAll" hook timeout of 360000ms exceeded. 50 | prettyHtml(`<span data-test-id="count${testId}">1</span>`), 51 | ); > 52 | | ^ 53 | expect( 54 | await app.getHtml(`[data-test-id=asset-image${testId}]`), 55 | ).toContain('data-loaded="true"'); at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:52:8
[chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root: test/multi-spa.test.ts#L115
6) [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root ───────────── TypeError: Cannot read properties of undefined (reading 'close') 113 | root: "./react", 114 | handler: "./index.html", > 115 | base: "/react", | ^ 116 | target: "browser", 117 | plugins: () => [react()], 118 | }, at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:115:22
[chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-prod › root: test/helpers/create-fixture.ts#L135
7) [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-prod › root ──────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/multi-spa-mode-backwards-compat-prod-5sc3bpt00jg/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:135:11) at /Users/runner/work/vinxi/vinxi/test/multi-spa.test.ts:53:15
[chromium] › rsc.test.ts:25:3 › rsc › spa: test/helpers/create-fixture.ts#L135
8) [chromium] › rsc.test.ts:25:3 › rsc › spa ───────────────────────────────────────────────────── Error: Expected build directory to exist at /Users/runner/work/vinxi/vinxi/test/.fixtures/rsc-a5inil1a7r/.output/server/index.mjs. The build probably failed. Did you maybe have a syntax error in your test code strings? at helpers/create-fixture.ts:135 133 | await fse.remove(path.join(projectDir, filename)); 134 | } else { > 135 | await fse.writeFile(path.join(projectDir, filename), prevValue); | ^ 136 | await new Promise((r) => setTimeout(r, 2000)); 137 | } 138 | } at createFixture (/Users/runner/work/vinxi/vinxi/test/helpers/create-fixture.ts:135:11) at /Users/runner/work/vinxi/vinxi/test/rsc.test.ts:8:15
👀 (os: ubuntu-latest, node: 20)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Slow Test: test/[chromium] › hmr.test.ts#L1
test/[chromium] › hmr.test.ts took 18.7s
👀 (os: ubuntu-latest, node: 18)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Slow Test: test/[chromium] › basic.test.ts#L1
test/[chromium] › basic.test.ts took 24.5s
Slow Test: test/[chromium] › hmr.test.ts#L1
test/[chromium] › hmr.test.ts took 18.8s
👀 (os: ubuntu-latest, node: 22)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Slow Test: test/[chromium] › basic.test.ts#L1
test/[chromium] › basic.test.ts took 24.4s
Slow Test: test/[chromium] › hmr.test.ts#L1
test/[chromium] › hmr.test.ts took 18.7s
👀 (os: windows-latest, node: 20)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Slow Test: test\[chromium] › basic.test.ts#L1
test\[chromium] › basic.test.ts took 26.9s
Slow Test: test\[chromium] › hmr.test.ts#L1
test\[chromium] › hmr.test.ts took 19.4s
Slow Test: test\[chromium] › basic.test.ts#L1
test\[chromium] › basic.test.ts took 26.5s
Slow Test: test\[chromium] › hmr.test.ts#L1
test\[chromium] › hmr.test.ts took 19.3s
👀 (os: windows-latest, node: 22)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Slow Test: test\[chromium] › basic.test.ts#L1
test\[chromium] › basic.test.ts took 27.5s
Slow Test: test\[chromium] › hmr.test.ts#L1
test\[chromium] › hmr.test.ts took 19.5s
👀 (os: windows-latest, node: 18)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Slow Test: test/[chromium] › basic.test.ts#L1
test/[chromium] › basic.test.ts took 24.4s
Slow Test: test/[chromium] › hmr.test.ts#L1
test/[chromium] › hmr.test.ts took 18.7s
👀 (os: macos-latest, node: 18)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Slow Test: test/[chromium] › basic.test.ts#L1
test/[chromium] › basic.test.ts took 24.2s
Slow Test: test/[chromium] › hmr.test.ts#L1
test/[chromium] › hmr.test.ts took 18.7s
👀 (os: macos-latest, node: 20)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
👀 (os: macos-latest, node: 22)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Slow Test: test/[chromium] › basic.test.ts#L1
test/[chromium] › basic.test.ts took 24.3s
Slow Test: test/[chromium] › hmr.test.ts#L1
test/[chromium] › hmr.test.ts took 18.8s
🎭 Playwright Run Summary
11 failed [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ───────────────────────────── [chromium] › basic.test.ts:35:2 › basic-prod › ssr ───────────────────────────────────────────── [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ──────────────────────────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ───────────── [chromium] › rsc.test.ts:36:2 › rsc › spa ────────────────────────────────────────────────────── [chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls ───────────────── [chromium] › srv-fn.test.ts:32:2 › srv-fn-prod › spa ─────────────────────────────────────────── [chromium] › to-web-request.test.ts:32:2 › toWebRequest-prod › readBody call after toWebRequest does not block 11 skipped 12 passed (12.7m)
🎭 Playwright Run Summary
11 failed [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ───────────────────────────── [chromium] › basic.test.ts:35:2 › basic-prod › ssr ───────────────────────────────────────────── [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ──────────────────────────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ───────────── [chromium] › rsc.test.ts:36:2 › rsc › spa ────────────────────────────────────────────────────── [chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls ───────────────── [chromium] › srv-fn.test.ts:32:2 › srv-fn-prod › spa ─────────────────────────────────────────── [chromium] › to-web-request.test.ts:32:2 › toWebRequest-prod › readBody call after toWebRequest does not block 11 skipped 12 passed (12.8m)
🎭 Playwright Run Summary
11 failed [chromium] › async-context.test.ts:87:3 › async-context-prod › spa ───────────────────────────── [chromium] › basic.test.ts:26:3 › basic-prod › ssr ───────────────────────────────────────────── [chromium] › fs-router.test.ts:27:3 › fs-router-prod › ssr ───────────────────────────────────── [chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root ───────────────────────────────────── [chromium] › multi-spa.test.ts:28:5 › multi-spa-prod › root ──────────────────────────────────── [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root ────────────── [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-prod › root ───────────── [chromium] › rsc.test.ts:25:3 › rsc › spa ────────────────────────────────────────────────────── [chromium] › session.test.ts:27:3 › session-prod › concurrent getSession calls ───────────────── [chromium] › srv-fn.test.ts:27:3 › srv-fn-prod › spa ─────────────────────────────────────────── [chromium] › to-web-request.test.ts:27:3 › toWebRequest-prod › readBody call after toWebRequest does not block 11 skipped 12 passed (12.8m)
🎭 Playwright Run Summary
11 failed [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ───────────────────────────── [chromium] › basic.test.ts:35:2 › basic-prod › ssr ───────────────────────────────────────────── [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ──────────────────────────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ───────────── [chromium] › rsc.test.ts:36:2 › rsc › spa ────────────────────────────────────────────────────── [chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls ───────────────── [chromium] › srv-fn.test.ts:32:2 › srv-fn-prod › spa ─────────────────────────────────────────── [chromium] › to-web-request.test.ts:32:2 › toWebRequest-prod › readBody call after toWebRequest does not block 11 skipped 12 passed (13.0m)
🎭 Playwright Run Summary
11 failed [chromium] › async-context.test.ts:87:3 › async-context-prod › spa ───────────────────────────── [chromium] › basic.test.ts:26:3 › basic-prod › ssr ───────────────────────────────────────────── [chromium] › fs-router.test.ts:27:3 › fs-router-prod › ssr ───────────────────────────────────── [chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root ───────────────────────────────────── [chromium] › multi-spa.test.ts:28:5 › multi-spa-prod › root ──────────────────────────────────── [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root ────────────── [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-prod › root ───────────── [chromium] › rsc.test.ts:25:3 › rsc › spa ────────────────────────────────────────────────────── [chromium] › session.test.ts:27:3 › session-prod › concurrent getSession calls ───────────────── [chromium] › srv-fn.test.ts:27:3 › srv-fn-prod › spa ─────────────────────────────────────────── [chromium] › to-web-request.test.ts:27:3 › toWebRequest-prod › readBody call after toWebRequest does not block 11 skipped 12 passed (13.1m)
🎭 Playwright Run Summary
11 failed [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ───────────────────────────── [chromium] › basic.test.ts:35:2 › basic-prod › ssr ───────────────────────────────────────────── [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ──────────────────────────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ───────────── [chromium] › rsc.test.ts:36:2 › rsc › spa ────────────────────────────────────────────────────── [chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls ───────────────── [chromium] › srv-fn.test.ts:32:2 › srv-fn-prod › spa ─────────────────────────────────────────── [chromium] › to-web-request.test.ts:32:2 › toWebRequest-prod › readBody call after toWebRequest does not block 11 skipped 12 passed (13.1m)
🎭 Playwright Run Summary
11 failed [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ───────────────────────────── [chromium] › basic.test.ts:35:2 › basic-prod › ssr ───────────────────────────────────────────── [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ──────────────────────────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ───────────── [chromium] › rsc.test.ts:36:2 › rsc › spa ────────────────────────────────────────────────────── [chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls ───────────────── [chromium] › srv-fn.test.ts:32:2 › srv-fn-prod › spa ─────────────────────────────────────────── [chromium] › to-web-request.test.ts:32:2 › toWebRequest-prod › readBody call after toWebRequest does not block 11 skipped 12 passed (13.8m)
🎭 Playwright Run Summary
11 failed [chromium] › async-context.test.ts:92:2 › async-context-prod › spa ───────────────────────────── [chromium] › basic.test.ts:35:2 › basic-prod › ssr ───────────────────────────────────────────── [chromium] › fs-router.test.ts:36:2 › fs-router-prod › ssr ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root ───────────────────────────────────── [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › root ──────────────────────────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-dev › root ────────────── [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root ───────────── [chromium] › rsc.test.ts:36:2 › rsc › spa ────────────────────────────────────────────────────── [chromium] › session.test.ts:32:2 › session-prod › concurrent getSession calls ───────────────── [chromium] › srv-fn.test.ts:32:2 › srv-fn-prod › spa ─────────────────────────────────────────── [chromium] › to-web-request.test.ts:32:2 › toWebRequest-prod › readBody call after toWebRequest does not block 11 skipped 12 passed (13.7m)
🎭 Playwright Run Summary
11 failed [chromium] › async-context.test.ts:87:3 › async-context-prod › spa ───────────────────────────── [chromium] › basic.test.ts:26:3 › basic-prod › ssr ───────────────────────────────────────────── [chromium] › fs-router.test.ts:27:3 › fs-router-prod › ssr ───────────────────────────────────── [chromium] › multi-spa.test.ts:28:5 › multi-spa-dev › root ───────────────────────────────────── [chromium] › multi-spa.test.ts:28:5 › multi-spa-prod › root ──────────────────────────────────── [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-dev › root ────────────── [chromium] › multi-spa.test.ts:126:5 › multi-spa-mode-backwards-compat-prod › root ───────────── [chromium] › rsc.test.ts:25:3 › rsc › spa ────────────────────────────────────────────────────── [chromium] › session.test.ts:27:3 › session-prod › concurrent getSession calls ───────────────── [chromium] › srv-fn.test.ts:27:3 › srv-fn-prod › spa ─────────────────────────────────────────── [chromium] › to-web-request.test.ts:27:3 › toWebRequest-prod › readBody call after toWebRequest does not block 11 skipped 12 passed (13.7m)