Get correct protocol when creating request. #1416
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
24 errors, 64 warnings, and 12 notices
[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 D:\a\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:///D:/a/solid-start/solid-start/test/api-routes-test.ts:138:24
|
[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] › 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 D:\a\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:///D:/a/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 D:\a\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:///D:/a/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 D:\a\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:///D:/a/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 D:\a\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:///D:/a/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 D:\a\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:///D:/a/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 =
"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: ubuntu-latest, node: 16)
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/
|
👀 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/[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/
|
👀 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/[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/
|
👀 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-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/[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/
|
👀 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-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/[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/
|
👀 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-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/[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/
|
👀 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-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/[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/
|
👀 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/[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/
|
Slow Test:
test\[chromium] › redirect-test.ts#L1
test\[chromium] › redirect-test.ts took 18s
|
Slow Test:
test\[chromium] › action-test.ts#L1
test\[chromium] › action-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/[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/
|
👀 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/
|
Slow Test:
test\[chromium] › api-routes-test.ts#L1
test\[chromium] › api-routes-test.ts took 18s
|
Slow Test:
test\[chromium] › action-test.ts#L1
test\[chromium] › action-test.ts took 16s
|
👀 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-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/[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/
|
👀 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: 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/[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/
|
👀 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 `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: 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/
|
👀 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/
|
🎭 Playwright Run Summary
54 skipped
35 passed (48s)
|
🎭 Playwright Run Summary
50 skipped
39 passed (54s)
|
🎭 Playwright Run Summary
1 skipped
88 passed (1m)
|
🎭 Playwright Run Summary
50 skipped
39 passed (46s)
|
🎭 Playwright Run Summary
1 skipped
88 passed (1m)
|
🎭 Playwright Run Summary
54 skipped
35 passed (2m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › api-routes-test.ts:141:5 › api routes › with SSR › should redirect to redirected ==
50 skipped
38 passed (3m)
|
🎭 Playwright Run Summary
1 skipped
88 passed (2m)
|
🎭 Playwright Run Summary
1 skipped
88 passed (2m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › misc-test.ts:57:5 › miscellaneous tests › with SSR › should be able to create a server function inside of a .js file
50 skipped
38 passed (2m)
|
🎭 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
|
🎭 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
|