`fix tests and examples #36
Annotations
7 errors, 10 warnings, and 2 notices
[chromium] › basic.test.ts:61:2 › rendering › ssr:
test\basic.test.ts#L16
1) [chromium] › basic.test.ts:61:2 › rendering › ssr =============================================
"beforeAll" hook timeout of 120000ms exceeded.
14 | // test.skip(process.env.START_ADAPTER !== "solid-start-node");
15 |
> 16 | test.beforeAll(async () => {
| ^
17 | fixture = await createFixture({
18 | files: {
19 | "app/root.tsx": js`
at D:\a\vinxi\vinxi\test\basic.test.ts:16:7
|
[chromium] › basic.test.ts:61:2 › rendering › ssr:
test\basic.test.ts#L50
1) [chromium] › basic.test.ts:61:2 › rendering › ssr =============================================
TypeError: Cannot read properties of undefined (reading 'close')
48 |
49 | test.afterAll(async () => {
> 50 | await appFixture.close();
| ^
51 | });
52 |
53 | let logs: string[] = [];
at file:///D:/a/vinxi/vinxi/test/basic.test.ts:50:20
|
[chromium] › basic.test.ts:61:2 › rendering › ssr:
test\basic.test.ts#L16
1) [chromium] › basic.test.ts:61:2 › rendering › ssr =============================================
Retry #1 ---------------------------------------------------------------------------------------
"beforeAll" hook timeout of 120000ms exceeded.
14 | // test.skip(process.env.START_ADAPTER !== "solid-start-node");
15 |
> 16 | test.beforeAll(async () => {
| ^
17 | fixture = await createFixture({
18 | files: {
19 | "app/root.tsx": js`
at D:\a\vinxi\vinxi\test\basic.test.ts:16:7
|
[chromium] › basic.test.ts:61:2 › rendering › ssr:
test\basic.test.ts#L50
1) [chromium] › basic.test.ts:61:2 › rendering › ssr =============================================
Retry #1 ---------------------------------------------------------------------------------------
TypeError: Cannot read properties of undefined (reading 'close')
48 |
49 | test.afterAll(async () => {
> 50 | await appFixture.close();
| ^
51 | });
52 |
53 | let logs: string[] = [];
at file:///D:/a/vinxi/vinxi/test/basic.test.ts:50:20
|
[chromium] › basic.test.ts:61:2 › rendering › ssr:
test\basic.test.ts#L16
1) [chromium] › basic.test.ts:61:2 › rendering › ssr =============================================
Retry #2 ---------------------------------------------------------------------------------------
"beforeAll" hook timeout of 120000ms exceeded.
14 | // test.skip(process.env.START_ADAPTER !== "solid-start-node");
15 |
> 16 | test.beforeAll(async () => {
| ^
17 | fixture = await createFixture({
18 | files: {
19 | "app/root.tsx": js`
at D:\a\vinxi\vinxi\test\basic.test.ts:16:7
|
[chromium] › basic.test.ts:61:2 › rendering › ssr:
test\basic.test.ts#L50
1) [chromium] › basic.test.ts:61:2 › rendering › ssr =============================================
Retry #2 ---------------------------------------------------------------------------------------
TypeError: Cannot read properties of undefined (reading 'close')
48 |
49 | test.afterAll(async () => {
> 50 | await appFixture.close();
| ^
51 | });
52 |
53 | let logs: string[] = [];
at file:///D:/a/vinxi/vinxi/test/basic.test.ts:50:20
|
👀 (os: windows-latest, node: 18)
Process completed with exit code 1.
|
👀 (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/action-setup@v2.2.2. 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/action-setup@v2.2.2. 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
4 passed (15s)
|
🎭 Playwright Run Summary
1 failed
[chromium] › basic.test.ts:61:2 › rendering › ssr ==============================================
1 skipped
2 passed (6m)
|