Skip to content

RouteAction returns undefined in case of error #1337

RouteAction returns undefined in case of error

RouteAction returns undefined in case of error #1337

Re-run triggered July 19, 2023 19:30
Status Failure
Total duration 6h 1m 23s
Artifacts

test.yml

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

Annotations

16 errors, 64 warnings, and 11 notices
[chromium] โ€บ misc-test.ts:57:5 โ€บ miscellaneous tests โ€บ with SSR โ€บ should be able to create a server function inside of a .js file: test\misc-test.ts#L19
1) [chromium] โ€บ misc-test.ts:57:5 โ€บ miscellaneous tests โ€บ with SSR โ€บ should be able to create a server function inside of a .js file "beforeAll" hook timeout of 120000ms exceeded. 17 | 18 | function runTests(ssr) { > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createFixture({ 21 | files: { 22 | "vite.config.ts": js` at D:\a\solid-start\solid-start\test\misc-test.ts:19:10
[chromium] โ€บ misc-test.ts:57:5 โ€บ miscellaneous tests โ€บ with SSR โ€บ should be able to create a server function inside of a .js file: test\misc-test.ts#L54
1) [chromium] โ€บ misc-test.ts:57:5 โ€บ miscellaneous tests โ€บ with SSR โ€บ should be able to create a server function inside of a .js file TypeError: Cannot read properties of undefined (reading 'close') 52 | 53 | test.afterAll(async () => { > 54 | await appFixture.close(); | ^ 55 | }); 56 | 57 | test("should be able to create a server function inside of a .js file", async ({ page }) => { at file:///D:/a/solid-start/solid-start/test/misc-test.ts:54:24
[chromium] โ€บ sessions-test.ts:323:5 โ€บ sessions โ€บ with JavaScript โ€บ auth flow: test\sessions-test.ts#L8
2) [chromium] โ€บ sessions-test.ts:323:5 โ€บ sessions โ€บ with JavaScript โ€บ auth flow ================== "beforeAll" hook timeout of 120000ms exceeded. 6 | test.describe("sessions", () => { 7 | let appFixture: AppFixture; > 8 | test.beforeAll(async () => { | ^ 9 | appFixture = await ( 10 | await createFixture({ 11 | files: { at D:\a\solid-start\solid-start\test\sessions-test.ts:8:8
[chromium] โ€บ sessions-test.ts:323:5 โ€บ sessions โ€บ with JavaScript โ€บ auth flow: test\sessions-test.ts#L310
2) [chromium] โ€บ sessions-test.ts:323:5 โ€บ sessions โ€บ with JavaScript โ€บ auth flow ================== TypeError: Cannot read properties of undefined (reading 'close') 308 | 309 | test.afterAll(async () => { > 310 | await appFixture.close(); | ^ 311 | }); 312 | 313 | test.describe("with JavaScript", () => { at file:///D:/a/solid-start/solid-start/test/sessions-test.ts:310:22
[chromium] โ€บ rendering-test.ts:127:3 โ€บ rendering โ€บ navigates: test\rendering-test.ts#L61
1) [chromium] โ€บ rendering-test.ts:127:3 โ€บ rendering โ€บ navigates ================================== "afterAll" hook timeout of 120000ms exceeded. 59 | }); 60 | > 61 | test.afterAll(async () => { | ^ 62 | await appFixture.close(); 63 | }); 64 | at D:\a\solid-start\solid-start\test\rendering-test.ts:61:8
[chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ with SSR โ€บ should redirect to redirected: test/api-routes-test.ts#L19
1) [chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ with SSR โ€บ should redirect to redirected = "beforeAll" hook timeout of 120000ms exceeded. 17 | 18 | function runTests(ssr) { > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createFixture({ 21 | files: { 22 | "vite.config.ts": js` at /home/runner/work/solid-start/solid-start/test/api-routes-test.ts:19:10
[chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ with SSR โ€บ should redirect to redirected: test/api-routes-test.ts#L138
1) [chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ with SSR โ€บ should redirect to redirected = TypeError: Cannot read properties of undefined (reading 'close') 136 | 137 | test.afterAll(async () => { > 138 | await appFixture.close(); | ^ 139 | }); 140 | 141 | test("should redirect to redirected", async ({ page }) => { at file:///home/runner/work/solid-start/solid-start/test/api-routes-test.ts:138:24
[chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ with SSR โ€บ should redirect to redirected: test/api-routes-test.ts#L19
1) [chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ with SSR โ€บ should redirect to redirected = Retry #1 --------------------------------------------------------------------------------------- "beforeAll" hook timeout of 120000ms exceeded. 17 | 18 | function runTests(ssr) { > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createFixture({ 21 | files: { 22 | "vite.config.ts": js` at /home/runner/work/solid-start/solid-start/test/api-routes-test.ts:19:10
[chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ with SSR โ€บ should redirect to redirected: test/api-routes-test.ts#L138
1) [chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ with SSR โ€บ should redirect to redirected = Retry #1 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'close') 136 | 137 | test.afterAll(async () => { > 138 | await appFixture.close(); | ^ 139 | }); 140 | 141 | test("should redirect to redirected", async ({ page }) => { at file:///home/runner/work/solid-start/solid-start/test/api-routes-test.ts:138:24
[chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ with SSR โ€บ should redirect to redirected: test/api-routes-test.ts#L19
1) [chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ with SSR โ€บ should redirect to redirected = Retry #2 --------------------------------------------------------------------------------------- "beforeAll" hook timeout of 120000ms exceeded. 17 | 18 | function runTests(ssr) { > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createFixture({ 21 | files: { 22 | "vite.config.ts": js` at /home/runner/work/solid-start/solid-start/test/api-routes-test.ts:19:10
[chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ with SSR โ€บ should redirect to redirected: test/api-routes-test.ts#L138
1) [chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ with SSR โ€บ should redirect to redirected = Retry #2 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'close') 136 | 137 | test.afterAll(async () => { > 138 | await appFixture.close(); | ^ 139 | }); 140 | 141 | test("should redirect to redirected", async ({ page }) => { at file:///home/runner/work/solid-start/solid-start/test/api-routes-test.ts:138:24
[chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ without SSR โ€บ should redirect to redirected: test/api-routes-test.ts#L19
2) [chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ without SSR โ€บ should redirect to redirected "beforeAll" hook timeout of 120000ms exceeded. 17 | 18 | function runTests(ssr) { > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createFixture({ 21 | files: { 22 | "vite.config.ts": js` at /home/runner/work/solid-start/solid-start/test/api-routes-test.ts:19:10
[chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ without SSR โ€บ should redirect to redirected: test/api-routes-test.ts#L138
2) [chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ without SSR โ€บ should redirect to redirected TypeError: Cannot read properties of undefined (reading 'close') 136 | 137 | test.afterAll(async () => { > 138 | await appFixture.close(); | ^ 139 | }); 140 | 141 | test("should redirect to redirected", async ({ page }) => { at file:///home/runner/work/solid-start/solid-start/test/api-routes-test.ts:138:24
[chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ without SSR โ€บ should redirect to redirected: test/api-routes-test.ts#L19
2) [chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ without SSR โ€บ should redirect to redirected Retry #1 --------------------------------------------------------------------------------------- "beforeAll" hook timeout of 120000ms exceeded. 17 | 18 | function runTests(ssr) { > 19 | test.beforeAll(async () => { | ^ 20 | fixture = await createFixture({ 21 | files: { 22 | "vite.config.ts": js` at /home/runner/work/solid-start/solid-start/test/api-routes-test.ts:19:10
[chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ without SSR โ€บ should redirect to redirected: test/api-routes-test.ts#L138
2) [chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ without SSR โ€บ should redirect to redirected Retry #1 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'close') 136 | 137 | test.afterAll(async () => { > 138 | await appFixture.close(); | ^ 139 | }); 140 | 141 | test("should redirect to redirected", async ({ page }) => { at file:///home/runner/work/solid-start/solid-start/test/api-routes-test.ts:138:24
๐Ÿ‘€ solid-start-cloudflare-pages (os: windows-latest, node: 18)
The operation was canceled.
๐Ÿ‘€ solid-start-cloudflare-pages (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-cloudflare-pages (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-cloudflare-pages (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-cloudflare-pages (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-cloudflare-pages (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-deno (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-deno (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-deno (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-deno (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-deno (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-node (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-node (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-node (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-node (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-node (os: ubuntu-latest, node: 16)
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/
๐Ÿ‘€ solid-start-deno (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/
๐Ÿ‘€ solid-start-deno (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/
๐Ÿ‘€ solid-start-deno (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/
๐Ÿ‘€ solid-start-deno (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/
๐Ÿ‘€ solid-start-deno (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/
๐Ÿ‘€ solid-start-cloudflare-pages (os: windows-latest, node: 16)
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/
๐Ÿ‘€ solid-start-cloudflare-pages (os: windows-latest, node: 16)
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/
๐Ÿ‘€ solid-start-cloudflare-pages (os: windows-latest, node: 16)
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/
๐Ÿ‘€ solid-start-cloudflare-pages (os: windows-latest, node: 16)
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/
๐Ÿ‘€ solid-start-cloudflare-pages (os: windows-latest, node: 16)
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/
๐Ÿ‘€ solid-start-node (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/
๐Ÿ‘€ solid-start-node (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/
๐Ÿ‘€ solid-start-node (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/
๐Ÿ‘€ solid-start-node (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/
๐Ÿ‘€ solid-start-node (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/
๐Ÿ‘€ solid-start-deno (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/
๐Ÿ‘€ solid-start-deno (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/
๐Ÿ‘€ solid-start-deno (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/
๐Ÿ‘€ solid-start-deno (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/
๐Ÿ‘€ solid-start-deno (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/
๐Ÿ‘€ solid-start-deno (os: windows-latest, node: 16)
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/
๐Ÿ‘€ solid-start-deno (os: windows-latest, node: 16)
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/
๐Ÿ‘€ solid-start-deno (os: windows-latest, node: 16)
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/
๐Ÿ‘€ solid-start-deno (os: windows-latest, node: 16)
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/
๐Ÿ‘€ solid-start-deno (os: windows-latest, node: 16)
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/
๐Ÿ‘€ solid-start-node (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/
Slow Test: test\[chromium] โ€บ action-test.ts#L1
test\[chromium] โ€บ action-test.ts took 17s
Slow Test: test\[chromium] โ€บ api-routes-test.ts#L1
test\[chromium] โ€บ api-routes-test.ts took 16s
๐Ÿ‘€ solid-start-node (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/
๐Ÿ‘€ solid-start-node (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/
๐Ÿ‘€ solid-start-node (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/
๐Ÿ‘€ solid-start-node (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/
๐Ÿ‘€ solid-start-node (os: windows-latest, node: 16)
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/
๐Ÿ‘€ solid-start-node (os: windows-latest, node: 16)
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/
๐Ÿ‘€ solid-start-node (os: windows-latest, node: 16)
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/
๐Ÿ‘€ solid-start-node (os: windows-latest, node: 16)
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/
๐Ÿ‘€ solid-start-node (os: windows-latest, node: 16)
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] โ€บ api-routes-test.ts#L1
test\[chromium] โ€บ api-routes-test.ts took 20s
Slow Test: test\[chromium] โ€บ action-test.ts#L1
test\[chromium] โ€บ action-test.ts took 18s
๐Ÿ‘€ solid-start-cloudflare-pages (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/
๐Ÿ‘€ solid-start-cloudflare-pages (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/
๐Ÿ‘€ solid-start-cloudflare-pages (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/
๐Ÿ‘€ solid-start-cloudflare-pages (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/
๐Ÿ‘€ solid-start-cloudflare-pages (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/
๐Ÿ‘€ solid-start-cloudflare-pages (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/
๐Ÿ‘€ solid-start-cloudflare-pages (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/
๐Ÿ‘€ solid-start-cloudflare-pages (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/
๐Ÿ‘€ solid-start-cloudflare-pages (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/
๐Ÿ‘€ solid-start-cloudflare-pages (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
54 skipped 35 passed (52s)
๐ŸŽญ Playwright Run Summary
50 skipped 39 passed (47s)
๐ŸŽญ Playwright Run Summary
1 skipped 88 passed (2m)
๐ŸŽญ Playwright Run Summary
50 skipped 39 passed (49s)
๐ŸŽญ Playwright Run Summary
54 skipped 35 passed (1m)
๐ŸŽญ Playwright Run Summary
1 skipped 88 passed (2m)
๐ŸŽญ Playwright Run Summary
50 skipped 39 passed (1m)
๐ŸŽญ Playwright Run Summary
2 flaky [chromium] โ€บ misc-test.ts:57:5 โ€บ miscellaneous tests โ€บ with SSR โ€บ should be able to create a server function inside of a .js file [chromium] โ€บ sessions-test.ts:323:5 โ€บ sessions โ€บ with JavaScript โ€บ auth flow =================== 50 skipped 37 passed (2m)
๐ŸŽญ Playwright Run Summary
1 skipped 88 passed (2m)
๐ŸŽญ Playwright Run Summary
1 flaky [chromium] โ€บ rendering-test.ts:127:3 โ€บ rendering โ€บ navigates =================================== 1 skipped 87 passed (4m)
๐ŸŽญ Playwright Run Summary
6 failed [chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ with SSR โ€บ should redirect to redirected == [chromium] โ€บ api-routes-test.ts:141:5 โ€บ api routes โ€บ without SSR โ€บ should redirect to redirected [chromium] โ€บ misc-test.ts:57:5 โ€บ miscellaneous tests โ€บ with SSR โ€บ should be able to create a server function inside of a .js file [chromium] โ€บ sessions-test.ts:323:5 โ€บ sessions โ€บ with JavaScript โ€บ auth flow =================== [chromium] โ€บ spa-test.ts:118:5 โ€บ spa rendering โ€บ with index.html โ€บ server rendering doesn't include content [chromium] โ€บ spa-test.ts:118:5 โ€บ spa rendering โ€บ with root.tsx โ€บ server rendering doesn't include content 83 skipped