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 D:\a\vinxi\vinxi\test\.fixtures\async-context-prod-a7rmpd3ng6o\.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
|
π 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 D:\a\vinxi\vinxi\test\.fixtures\basic-prod-oprsdscti1\.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
|
π 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 D:\a\vinxi\vinxi\test\.fixtures\fs-router-prod-vv26brrfrdo\.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
|
π 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 D:\a\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 D:\a\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 D:\a\vinxi\vinxi\test\.fixtures\multi-spa-prod-ger4k0ecoc8\.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
|
π 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 D:\a\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 D:\a\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 D:\a\vinxi\vinxi\test\.fixtures\multi-spa-mode-backwards-compat-prod-mjj9mebrb1g\.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
|
π 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 D:\a\vinxi\vinxi\test\.fixtures\rsc-hn6jof3tp6g\.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
|
π Run Integration Tests:
test\[chromium] βΊ hmr.test.ts#L1
test\[chromium] βΊ hmr.test.ts took 19.5s
|
π΅οΈββοΈ 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
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)
|
Loading