Bump to Vite 6 #913
Annotations
10 errors, 3 warnings, and 1 notice
π Run Integration Tests:
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-97285qsq3lg/.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
|
π Run Integration Tests:
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-7drud6bl7s8/.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
|
π Run Integration Tests:
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-e8alfp7ibu8/.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
|
π Run Integration Tests:
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
|
π Run Integration Tests:
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
|
π Run Integration Tests:
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-5kpkom9v5u/.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
|
π Run Integration Tests:
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
|
π Run Integration Tests:
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
|
π Run Integration Tests:
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-rnsi6l1944/.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
|
π Run Integration Tests:
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-ba2qfja0fhg/.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
|
π Run Integration Tests:
test/[chromium] βΊ basic.test.ts#L1
test/[chromium] βΊ basic.test.ts took 24.1s
|
π Run Integration Tests:
test/[chromium] βΊ hmr.test.ts#L1
test/[chromium] βΊ hmr.test.ts took 18.6s
|
π΅οΈββοΈ 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: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.6m)
|
Loading