Bump to Vite 6 #913
Annotations
10 errors, 2 warnings, and 1 notice
π Run Integration Tests:
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-3343i84sgv8/.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
|
π Run Integration Tests:
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-7b8ia38t02g/.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
|
π Run Integration Tests:
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-ipb99gabb88/.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
|
π Run Integration Tests:
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
|
π Run Integration Tests:
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
|
π Run Integration Tests:
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-e5jtkvg440g/.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
|
π Run Integration Tests:
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
|
π Run Integration Tests:
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
|
π Run Integration Tests:
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-icna0jbr86o/.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
|
π Run Integration Tests:
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-ji1h48ru87/.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
|
π΅οΈββοΈ Get current Playwright Test version
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/
|
π Run Integration Tests:
test/[chromium] βΊ hmr.test.ts#L1
test/[chromium] βΊ hmr.test.ts took 18.8s
|
π Run Integration Tests
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.4m)
|
Loading