unpin/update playwright #927
Annotations
81 errors, 30 warnings, and 9 notices
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root:
test/multi-spa.test.ts#L15
1) [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
1) [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
2) [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-o9bkoc5107g/.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:37:3 › multi-spa-prod › root:
test/multi-spa.test.ts#L25
2) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › 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:153:3 › multi-spa-mode-backwards-compat-dev › root:
test/multi-spa.test.ts#L76
3) [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
3) [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
4) [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-ecp7p24ukk/.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] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root:
test/multi-spa.test.ts#L141
4) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › 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
|
👀 (os: ubuntu-latest, node: 20)
Process completed with exit code 1.
|
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root:
test/multi-spa.test.ts#L15
1) [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
1) [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
2) [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-tm5lrh0p4h8/.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:37:3 › multi-spa-prod › root:
test/multi-spa.test.ts#L25
2) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › 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:153:3 › multi-spa-mode-backwards-compat-dev › root:
test/multi-spa.test.ts#L76
3) [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
3) [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
4) [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-jpvni38dmk8/.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] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root:
test/multi-spa.test.ts#L141
4) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › 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
|
👀 (os: ubuntu-latest, node: 18)
Process completed with exit code 1.
|
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root:
test/multi-spa.test.ts#L15
1) [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
1) [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
2) [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-ovcl2a1b898/.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:37:3 › multi-spa-prod › root:
test/multi-spa.test.ts#L25
2) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › 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:153:3 › multi-spa-mode-backwards-compat-dev › root:
test/multi-spa.test.ts#L76
3) [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
3) [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
4) [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-2k357u8mlk/.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] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root:
test/multi-spa.test.ts#L141
4) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › 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
|
👀 (os: ubuntu-latest, node: 22)
Process completed with exit code 1.
|
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root:
test\multi-spa.test.ts#L15
1) [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
1) [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
2) [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-pt9d4pcjrgg\.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:37:3 › multi-spa-prod › root:
test\multi-spa.test.ts#L25
2) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › 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:153:3 › multi-spa-mode-backwards-compat-dev › root:
test\multi-spa.test.ts#L76
3) [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
3) [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
4) [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-h4ijhdbmbk\.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] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root:
test\multi-spa.test.ts#L141
4) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › 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
|
👀 (os: windows-latest, node: 18)
Process completed with exit code 1.
|
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root:
test\multi-spa.test.ts#L15
1) [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
1) [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
2) [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-0sucdi38btg\.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:37:3 › multi-spa-prod › root:
test\multi-spa.test.ts#L25
2) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › 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:153:3 › multi-spa-mode-backwards-compat-dev › root:
test\multi-spa.test.ts#L76
3) [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
3) [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
4) [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-hb3jjq3n18o\.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] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root:
test\multi-spa.test.ts#L141
4) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › 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
|
👀 (os: windows-latest, node: 22)
Process completed with exit code 1.
|
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root:
test\multi-spa.test.ts#L15
1) [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
1) [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
2) [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-hag3i00qu8o\.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:37:3 › multi-spa-prod › root:
test\multi-spa.test.ts#L25
2) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › 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:153:3 › multi-spa-mode-backwards-compat-dev › root:
test\multi-spa.test.ts#L76
3) [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
3) [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
4) [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-l28pb9hbg28\.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] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root:
test\multi-spa.test.ts#L141
4) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › 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
|
👀 (os: windows-latest, node: 20)
Process completed with exit code 1.
|
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root:
test/multi-spa.test.ts#L15
1) [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
1) [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
2) [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-r1smm6orgso/.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:37:3 › multi-spa-prod › root:
test/multi-spa.test.ts#L25
2) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › 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:153:3 › multi-spa-mode-backwards-compat-dev › root:
test/multi-spa.test.ts#L76
3) [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
3) [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
4) [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-aedr5433fig/.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] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root:
test/multi-spa.test.ts#L141
4) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › 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
|
👀 (os: macos-latest, node: 20)
Process completed with exit code 1.
|
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root:
test/multi-spa.test.ts#L15
1) [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
1) [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
2) [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-50694r7eto/.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:37:3 › multi-spa-prod › root:
test/multi-spa.test.ts#L25
2) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › 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:153:3 › multi-spa-mode-backwards-compat-dev › root:
test/multi-spa.test.ts#L76
3) [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
3) [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
4) [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-osm7mh8n2fo/.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] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root:
test/multi-spa.test.ts#L141
4) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › 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
|
👀 (os: macos-latest, node: 18)
Process completed with exit code 1.
|
[chromium] › multi-spa.test.ts:37:3 › multi-spa-dev › root:
test/multi-spa.test.ts#L15
1) [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
1) [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
2) [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-jsifd009a18/.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:37:3 › multi-spa-prod › root:
test/multi-spa.test.ts#L25
2) [chromium] › multi-spa.test.ts:37:3 › multi-spa-prod › 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:153:3 › multi-spa-mode-backwards-compat-dev › root:
test/multi-spa.test.ts#L76
3) [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
3) [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
4) [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-g2nspfi0ch/.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] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › root:
test/multi-spa.test.ts#L141
4) [chromium] › multi-spa.test.ts:153:3 › multi-spa-mode-backwards-compat-prod › 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
|
👀 (os: macos-latest, node: 22)
Process completed with exit code 1.
|
👀 (os: ubuntu-latest, node: 20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
👀 (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.5s
|
Slow Test:
test/[chromium] › fs-router.test.ts#L1
test/[chromium] › fs-router.test.ts took 15.3s
|
👀 (os: ubuntu-latest, node: 18)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
👀 (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] › hmr.test.ts#L1
test/[chromium] › hmr.test.ts took 18.6s
|
Slow Test:
test/[chromium] › fs-router.test.ts#L1
test/[chromium] › fs-router.test.ts took 15.3s
|
👀 (os: ubuntu-latest, node: 22)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
👀 (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] › hmr.test.ts#L1
test/[chromium] › hmr.test.ts took 18.5s
|
Slow Test:
test/[chromium] › fs-router.test.ts#L1
test/[chromium] › fs-router.test.ts took 15.1s
|
Slow Test:
test\[chromium] › hmr.test.ts#L1
test\[chromium] › hmr.test.ts took 19.4s
|
Slow Test:
test\[chromium] › fs-router.test.ts#L1
test\[chromium] › fs-router.test.ts took 16.7s
|
👀 (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] › hmr.test.ts#L1
test\[chromium] › hmr.test.ts took 19.3s
|
Slow Test:
test\[chromium] › fs-router.test.ts#L1
test\[chromium] › fs-router.test.ts took 16.1s
|
👀 (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/
|
👀 (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] › fs-router.test.ts#L1
test\[chromium] › fs-router.test.ts took 36.1s
|
Slow Test:
test\[chromium] › basic.test.ts#L1
test\[chromium] › basic.test.ts took 29.3s
|
Slow Test:
test\[chromium] › hmr.test.ts#L1
test\[chromium] › hmr.test.ts took 19.2s
|
Slow Test:
test/[chromium] › hmr.test.ts#L1
test/[chromium] › hmr.test.ts took 18.6s
|
👀 (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/
|
Slow Test:
test/[chromium] › hmr.test.ts#L1
test/[chromium] › hmr.test.ts took 18.6s
|
Slow Test:
test/[chromium] › fs-router.test.ts#L1
test/[chromium] › fs-router.test.ts took 15.2s
|
👀 (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/
|
👀 (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 27.0s
|
Slow Test:
test/[chromium] › hmr.test.ts#L1
test/[chromium] › hmr.test.ts took 18.4s
|
🎭 Playwright Run Summary
4 failed
[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 ─────────────
8 did not run
22 passed (12.9m)
|
🎭 Playwright Run Summary
4 failed
[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 ─────────────
8 did not run
22 passed (13.0m)
|
🎭 Playwright Run Summary
4 failed
[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 ─────────────
8 did not run
22 passed (12.9m)
|
🎭 Playwright Run Summary
4 failed
[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 ─────────────
8 did not run
22 passed (13.3m)
|
🎭 Playwright Run Summary
4 failed
[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 ─────────────
8 did not run
22 passed (13.3m)
|
🎭 Playwright Run Summary
4 failed
[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 ─────────────
8 did not run
22 passed (13.5m)
|
🎭 Playwright Run Summary
4 failed
[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 ─────────────
8 did not run
22 passed (13.9m)
|
🎭 Playwright Run Summary
4 failed
[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 ─────────────
8 did not run
22 passed (14.1m)
|
🎭 Playwright Run Summary
4 failed
[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 ─────────────
8 did not run
22 passed (14.2m)
|