Skip to content

Stabilize react deployments #4164

Stabilize react deployments

Stabilize react deployments #4164

Triggered via pull request October 12, 2023 06:28
Status Failure
Total duration 4m 54s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

tests.yml

on: pull_request
Matrix: End-to-End Tests
Matrix: Verify Create
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 59 warnings, and 3 notices
src/routes/stores/mutation-update/spec.ts:6:3 › Mutation Update Page › Right Data: e2e/kit/src/routes/stores/mutation-update/spec.ts#L32
1) src/routes/stores/mutation-update/spec.ts:6:3 › Mutation Update Page › Right Data, mutation, list update, revet Error: Content of <li> element Expected: "update-user-mutation:1 - Bruce Willis" Received: "update-user-mutation:1 - JYC" 30 | for (let i = 0; i < count; ++i) { 31 | const text = await li.nth(i).textContent(); > 32 | expect(text?.trim(), 'Content of <li> element').toBe(data[i]); | ^ 33 | } 34 | 35 | // 2 Updated data at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/stores/mutation-update/spec.ts:32:55
src/routes/stores/mutation-update/spec.ts:6:3 › Mutation Update Page › Right Data: e2e/kit/src/routes/stores/mutation-update/spec.ts#L32
1) src/routes/stores/mutation-update/spec.ts:6:3 › Mutation Update Page › Right Data, mutation, list update, revet Retry #1 --------------------------------------------------------------------------------------- Error: Content of <li> element Expected: "update-user-mutation:1 - Bruce Willis" Received: "update-user-mutation:1 - JYC" 30 | for (let i = 0; i < count; ++i) { 31 | const text = await li.nth(i).textContent(); > 32 | expect(text?.trim(), 'Content of <li> element').toBe(data[i]); | ^ 33 | } 34 | 35 | // 2 Updated data at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/stores/mutation-update/spec.ts:32:55
src/routes/stores/mutation-update/spec.ts:6:3 › Mutation Update Page › Right Data: e2e/kit/src/routes/stores/mutation-update/spec.ts#L32
1) src/routes/stores/mutation-update/spec.ts:6:3 › Mutation Update Page › Right Data, mutation, list update, revet Retry #2 --------------------------------------------------------------------------------------- Error: Content of <li> element Expected: "update-user-mutation:1 - Bruce Willis" Received: "update-user-mutation:1 - JYC" 30 | for (let i = 0; i < count; ++i) { 31 | const text = await li.nth(i).textContent(); > 32 | expect(text?.trim(), 'Content of <li> element').toBe(data[i]); | ^ 33 | } 34 | 35 | // 2 Updated data at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/stores/mutation-update/spec.ts:32:55
src/routes/stores/mutation-update/spec.ts:6:3 › Mutation Update Page › Right Data: e2e/kit/src/routes/stores/mutation-update/spec.ts#L32
1) src/routes/stores/mutation-update/spec.ts:6:3 › Mutation Update Page › Right Data, mutation, list update, revet Retry #3 --------------------------------------------------------------------------------------- Error: Content of <li> element Expected: "update-user-mutation:1 - Bruce Willis" Received: "update-user-mutation:1 - JYC" 30 | for (let i = 0; i < count; ++i) { 31 | const text = await li.nth(i).textContent(); > 32 | expect(text?.trim(), 'Content of <li> element').toBe(data[i]); | ^ 33 | } 34 | 35 | // 2 Updated data at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/stores/mutation-update/spec.ts:32:55
src/routes/blocking/spec.ts:7:3 › blocking › CSR blocking_disable: e2e/kit/src/lib/utils/testsHelper.ts#L202
2) src/routes/blocking/spec.ts:7:3 › blocking › CSR blocking_disable ============================= Error: element "div[id=result]" must BE 👇 Expected: "undefined-undefined" Received: "with_blocking_disable:1-Bruce Willis" at src/lib/utils/testsHelper.ts:202 200 | // If the selector is not found, we will get an error: Timeout. 201 | // It's usually because the page is not loading properly! > 202 | expect(trimed ? result?.trim() : result, `element "${selector}" must BE 👇`).toBe(toBe); | ^ 203 | } 204 | 205 | /** at expect_to_be (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:202:80) at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/blocking/spec.ts:18:5
src/routes/customIDs/spec.ts:6:3 › customIDs › Mutation should update the cache: e2e/kit/src/lib/utils/testsHelper.ts#L202
3) src/routes/customIDs/spec.ts:6:3 › customIDs › Mutation should update the cache =============== Error: element "div[id=result]" must BE 👇 - Expected - 1 + Received + 3 - User: 1 - Book: 0 - Rate: 10 User: 5 - Book: 5 - Rate: 8 User: 1 - Book: 1 - Rate: 9 + User: 1 - Book: 0 - Rate: 10 + User: 5 - Book: 5 - Rate: 8 + User: 1 - Book: 1 - Rate: 9 at src/lib/utils/testsHelper.ts:202 200 | // If the selector is not found, we will get an error: Timeout. 201 | // It's usually because the page is not loading properly! > 202 | expect(trimed ? result?.trim() : result, `element "${selector}" must BE 👇`).toBe(toBe); | ^ 203 | } 204 | 205 | /** at expect_to_be (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:202:80) at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/customIDs/spec.ts:10:5
src/routes/customIDs/spec.ts:6:3 › customIDs › Mutation should update the cache: e2e/kit/src/lib/utils/testsHelper.ts#L202
3) src/routes/customIDs/spec.ts:6:3 › customIDs › Mutation should update the cache =============== Retry #1 --------------------------------------------------------------------------------------- Error: element "div[id=result]" must BE 👇 - Expected - 1 + Received + 3 - User: 1 - Book: 0 - Rate: 10 User: 5 - Book: 5 - Rate: 8 User: 1 - Book: 1 - Rate: 9 + User: 1 - Book: 0 - Rate: 10 + User: 5 - Book: 5 - Rate: 8 + User: 1 - Book: 1 - Rate: 9 at src/lib/utils/testsHelper.ts:202 200 | // If the selector is not found, we will get an error: Timeout. 201 | // It's usually because the page is not loading properly! > 202 | expect(trimed ? result?.trim() : result, `element "${selector}" must BE 👇`).toBe(toBe); | ^ 203 | } 204 | 205 | /** at expect_to_be (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:202:80) at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/customIDs/spec.ts:10:5
src/routes/fragment-masking-partial/spec.ts:7:3 › Fragment Masking Partial Hits › Fragment of page query should load completely: e2e/kit/src/lib/utils/testsHelper.ts#L202
4) src/routes/fragment-masking-partial/spec.ts:7:3 › Fragment Masking Partial Hits › Fragment of page query should load completely Error: element "div[id=result]" must BE 👇 Expected: "{\"id\":\"1\",\"name\":\"Alexandria\",\"libraries\":[{\"id\":\"1\",\"name\":\"The Library of Alexandria\"},{\"id\":\"2\",\"name\":\"Bibliotheca Alexandrina\"}],\"__typename\":\"City\"}" Received: "{\" $fragments\":{\"loading\":false,\"values\":{\"CityDetails\":{\"parent\":\"City:1\",\"variables\":{}}}},\"id\":\"1\",\"name\":\"Alexandria\",\"libraries\":[{\"id\":\"1\",\"name\":\"The Library of Alexandria\"},{\"id\":\"2\",\"name\":\"Bibliotheca Alexandrina\"}],\"__typename\":\"City\"}" at src/lib/utils/testsHelper.ts:202 200 | // If the selector is not found, we will get an error: Timeout. 201 | // It's usually because the page is not loading properly! > 202 | expect(trimed ? result?.trim() : result, `element "${selector}" must BE 👇`).toBe(toBe); | ^ 203 | } 204 | 205 | /** at expect_to_be (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:202:80) at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/fragment-masking-partial/spec.ts:13:5
src/routes/pagination/fragment/forward-cursor/spec.ts:12:3 › forwards cursor paginatedFragment › loadNextPage: e2e/kit/src/lib/utils/testsHelper.ts#L138
5) src/routes/pagination/fragment/forward-cursor/spec.ts:12:3 › forwards cursor paginatedFragment › loadNextPage Error: Not the right number of responses (selector: button[id=next], Waited 9999ms.) Expected: 1 Received: 0 at src/lib/utils/testsHelper.ts:138 136 | nbResponse, 137 | `Not the right number of responses (selector: ${selector}, Waited ${time_waiting}ms.)` > 138 | ).toBe(n); | ^ 139 | 140 | // Sort and return! 141 | return listStr.sort(); at expect_n_gql (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:138:5) at expect_1_gql (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:29:19) at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/pagination/fragment/forward-cursor/spec.ts:18:5
src/routes/pagination/fragment/forward-cursor/spec.ts:12:3 › forwards cursor paginatedFragment › loadNextPage: e2e/kit/src/lib/utils/testsHelper.ts#L138
5) src/routes/pagination/fragment/forward-cursor/spec.ts:12:3 › forwards cursor paginatedFragment › loadNextPage Retry #1 --------------------------------------------------------------------------------------- Error: Not the right number of responses (selector: button[id=next], Waited 9999ms.) Expected: 1 Received: 0 at src/lib/utils/testsHelper.ts:138 136 | nbResponse, 137 | `Not the right number of responses (selector: ${selector}, Waited ${time_waiting}ms.)` > 138 | ).toBe(n); | ^ 139 | 140 | // Sort and return! 141 | return listStr.sort(); at expect_n_gql (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:138:5) at expect_1_gql (file:///home/runner/work/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:29:19) at file:///home/runner/work/houdini/houdini/e2e/kit/src/routes/pagination/fragment/forward-cursor/spec.ts:18:5
End-to-End Tests (windows-latest, e2e-kit)
The operation was canceled.
Formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Formatting
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/
Formatting
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/
Formatting
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/
Verify Create (react-typescript)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Verify Create (react-typescript)
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/
Verify Create (react-typescript)
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/
Verify Create (react-typescript)
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/
Verify Create (react-typescript)
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/
Verify Init
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Verify Init
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/
Verify Init
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/
Verify Init
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/
Verify Init
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/
End-to-End Tests (ubuntu-latest, e2e-svelte)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
End-to-End Tests (ubuntu-latest, e2e-svelte)
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/
End-to-End Tests (ubuntu-latest, e2e-svelte)
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/
End-to-End Tests (ubuntu-latest, e2e-svelte)
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/
End-to-End Tests (ubuntu-latest, e2e-svelte)
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/
Verify Create (react)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Verify Create (react)
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/
Verify Create (react)
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/
Verify Create (react)
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/
Verify Create (react)
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/
Verify Create (sveltekit-demo)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Verify Create (sveltekit-demo)
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/
Verify Create (sveltekit-demo)
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/
Verify Create (sveltekit-demo)
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/
Verify Create (sveltekit-demo)
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/
End-to-End Linter
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
End-to-End Linter
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/
End-to-End Linter
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/
End-to-End Linter
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/
End-to-End Linter
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/
Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
Tests
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/
Tests
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/
Tests
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/
Tests
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/
End-to-End Tests (windows-latest, e2e-svelte)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
End-to-End Tests (windows-latest, e2e-svelte)
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/
End-to-End Tests (windows-latest, e2e-svelte)
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/
End-to-End Tests (windows-latest, e2e-svelte)
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/
End-to-End Tests (windows-latest, e2e-svelte)
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/
End-to-End Tests (ubuntu-latest, e2e-kit)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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: e2e/kit/src/routes/pagination/fragment/forward-cursor/spec.ts#L1
e2e/kit/src/routes/pagination/fragment/forward-cursor/spec.ts took 48.3s
Slow Test: e2e/kit/src/routes/stores/partial-off/spec.ts#L1
e2e/kit/src/routes/stores/partial-off/spec.ts took 29.8s
Slow Test: e2e/kit/src/routes/stores/pagination/query/forward-cursor/spec.ts#L1
e2e/kit/src/routes/stores/pagination/query/forward-cursor/spec.ts took 25.2s
Slow Test: e2e/kit/src/routes/pagination/query/offset-variable/spec.ts#L1
e2e/kit/src/routes/pagination/query/offset-variable/spec.ts took 20.1s
Slow Test: e2e/kit/src/routes/stores/ssr-[userId]/spec.ts#L1
e2e/kit/src/routes/stores/ssr-[userId]/spec.ts took 17.7s
End-to-End Tests (ubuntu-latest, e2e-kit)
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/
End-to-End Tests (ubuntu-latest, e2e-kit)
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/
End-to-End Tests (ubuntu-latest, e2e-kit)
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/
End-to-End Tests (ubuntu-latest, e2e-kit)
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/
End-to-End Tests (windows-latest, e2e-kit)
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
End-to-End Tests (windows-latest, e2e-kit)
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/
End-to-End Tests (windows-latest, e2e-kit)
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/
End-to-End Tests (windows-latest, e2e-kit)
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/
End-to-End Tests (windows-latest, e2e-kit)
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
1 passed (6.7s)
🎭 Playwright Run Summary
1 passed (13.8s)
🎭 Playwright Run Summary
1 failed src/routes/stores/mutation-update/spec.ts:6:3 › Mutation Update Page › Right Data, mutation, list update, revet 7 flaky src/routes/blocking/spec.ts:7:3 › blocking › CSR blocking_disable ============================== src/routes/customIDs/spec.ts:6:3 › customIDs › Mutation should update the cache ================ src/routes/fragment-masking-partial/spec.ts:7:3 › Fragment Masking Partial Hits › Fragment of page query should load completely src/routes/pagination/fragment/forward-cursor/spec.ts:12:3 › forwards cursor paginatedFragment › loadNextPage src/routes/pagination/query/offset-variable/spec.ts:18:3 › offset paginatedQuery › refetch ===== src/routes/stores/pagination/query/forward-cursor/spec.ts:12:3 › forwards cursor paginatedQuery › loadNextPage src/routes/stores/partial-off/spec.ts:6:3 › Partial Pages › overlapping nested routes shouldn't trigger - from parent 101 passed (2.7m)