Skip to content

readme and tests

readme and tests #66

Triggered via push September 23, 2023 08:50
Status Failure
Total duration 17m 35s
Artifacts

test.yml

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

Annotations

10 errors, 10 warnings, and 2 notices
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test\basic-dev.test.ts#L19
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= "beforeAll" hook timeout of 120000ms exceeded. 17 | let appFixture: AppFixture; 18 | > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createDevFixture({ 21 | files: {}, 22 | }); at D:\a\vinxi\vinxi\test\basic-dev.test.ts:19:7
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test\basic-dev.test.ts#L28
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= TypeError: Cannot read properties of undefined (reading 'close') 26 | 27 | test.afterAll(async () => { > 28 | await appFixture.close(); | ^ 29 | }); 30 | 31 | let logs: string[] = []; at file:///D:/a/vinxi/vinxi/test/basic-dev.test.ts:28:20
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test\basic-dev.test.ts#L19
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= Retry #1 --------------------------------------------------------------------------------------- "beforeAll" hook timeout of 120000ms exceeded. 17 | let appFixture: AppFixture; 18 | > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createDevFixture({ 21 | files: {}, 22 | }); at D:\a\vinxi\vinxi\test\basic-dev.test.ts:19:7
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test\basic-dev.test.ts#L28
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= Retry #1 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'close') 26 | 27 | test.afterAll(async () => { > 28 | await appFixture.close(); | ^ 29 | }); 30 | 31 | let logs: string[] = []; at file:///D:/a/vinxi/vinxi/test/basic-dev.test.ts:28:20
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test\basic-dev.test.ts#L19
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= Retry #2 --------------------------------------------------------------------------------------- "beforeAll" hook timeout of 120000ms exceeded. 17 | let appFixture: AppFixture; 18 | > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createDevFixture({ 21 | files: {}, 22 | }); at D:\a\vinxi\vinxi\test\basic-dev.test.ts:19:7
[chromium] › basic-dev.test.ts:39:2 › basic dev › ssr: test\basic-dev.test.ts#L28
1) [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================= Retry #2 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'close') 26 | 27 | test.afterAll(async () => { > 28 | await appFixture.close(); | ^ 29 | }); 30 | 31 | let logs: string[] = []; at file:///D:/a/vinxi/vinxi/test/basic-dev.test.ts:28:20
[chromium] › basic-prod.test.ts:35:2 › basic build › ssr: test\helpers\create-fixture.ts#L163
2) [chromium] › basic-prod.test.ts:35:2 › basic build › ssr ====================================== Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\basic-build-jogje7g3bdg\.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:163 161 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 162 | if (!fse.existsSync(buildPath)) { > 163 | throw new Error( | ^ 164 | c.red( 165 | `Expected build directory to exist at ${c.dim( 166 | buildPath, at createFixture (file:///D:/a/vinxi/vinxi/test/helpers/create-fixture.ts:163:9) at file:///D:/a/vinxi/vinxi/test/basic-prod.test.ts:16:13
[chromium] › basic-prod.test.ts:35:2 › basic build › ssr: test\helpers\create-fixture.ts#L163
2) [chromium] › basic-prod.test.ts:35:2 › basic build › ssr ====================================== Retry #1 --------------------------------------------------------------------------------------- Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\basic-build-hvk2egbmu6g\.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:163 161 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 162 | if (!fse.existsSync(buildPath)) { > 163 | throw new Error( | ^ 164 | c.red( 165 | `Expected build directory to exist at ${c.dim( 166 | buildPath, at createFixture (file:///D:/a/vinxi/vinxi/test/helpers/create-fixture.ts:163:9) at file:///D:/a/vinxi/vinxi/test/basic-prod.test.ts:16:13
[chromium] › basic-prod.test.ts:35:2 › basic build › ssr: test\helpers\create-fixture.ts#L163
2) [chromium] › basic-prod.test.ts:35:2 › basic build › ssr ====================================== Retry #2 --------------------------------------------------------------------------------------- Error: Expected build directory to exist at D:\a\vinxi\vinxi\test\.fixtures\basic-build-ugu6e051elo\.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:163 161 | let buildPath = path.resolve(projectDir, ".output", "server", "index.mjs"); 162 | if (!fse.existsSync(buildPath)) { > 163 | throw new Error( | ^ 164 | c.red( 165 | `Expected build directory to exist at ${c.dim( 166 | buildPath, at createFixture (file:///D:/a/vinxi/vinxi/test/helpers/create-fixture.ts:163:9) at file:///D:/a/vinxi/vinxi/test/basic-prod.test.ts:16:13
[chromium] › hmr.test.ts:47:2 › hmr › hmr ssr: test\hmr.test.ts#L23
3) [chromium] › hmr.test.ts:47:2 › hmr › hmr ssr ================================================= "beforeAll" hook timeout of 120000ms exceeded. 21 | let appFixture: AppFixture; 22 | > 23 | test.beforeAll(async () => { | ^ 24 | fixture = await createDevFixture({ 25 | files: {}, 26 | }); at D:\a\vinxi\vinxi\test\hmr.test.ts:23:7
👀 (os: ubuntu-latest, node: 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
👀 (os: ubuntu-latest, node: 18)
The `save-state` 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: 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/
👀 (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/
👀 (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/
👀 (os: windows-latest, node: 18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, pnpm/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
👀 (os: windows-latest, node: 18)
The `save-state` 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: 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: 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/
👀 (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/
🎭 Playwright Run Summary
9 passed (26s)
🎭 Playwright Run Summary
3 failed [chromium] › basic-dev.test.ts:39:2 › basic dev › ssr ========================================== [chromium] › basic-prod.test.ts:35:2 › basic build › ssr ======================================= [chromium] › hmr.test.ts:47:2 › hmr › hmr ssr ================================================== 6 skipped