Skip to content

Document React Framework (#1157) #3964

Document React Framework (#1157)

Document React Framework (#1157) #3964

Triggered via push September 15, 2023 18:08
Status Success
Total duration 4m 39s
Artifacts

tests.yml

on: push
Matrix: End-to-End Tests
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 41 warnings, and 4 notices
src/routes/blocking/spec.ts:7:3 › blocking › CSR blocking_disable: e2e/kit/src/lib/utils/testsHelper.ts#L202
1) 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
2) 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/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
3) 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/query/bidirectional-cursor-single-page/spec.ts:11:3 › bidirectional cursor single page paginated query › backwards and then forwards: e2e/kit/src/lib/utils/testsHelper.ts#L138
4) src/routes/pagination/query/bidirectional-cursor-single-page/spec.ts:11:3 › bidirectional cursor single page paginated query › backwards and then forwards Error: Not the right number of responses (selector: button[id=previous], 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/query/bidirectional-cursor-single-page/spec.ts:19:5
src/routes/pagination/query/forward-cursor/spec.ts:12:3 › forwards cursor paginatedQuery › loadNextPage: e2e/kit/src/lib/utils/testsHelper.ts#L138
5) src/routes/pagination/query/forward-cursor/spec.ts:12:3 › forwards cursor paginatedQuery › 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/query/forward-cursor/spec.ts:18:5
src/routes/pagination/query/offset/spec.ts:6:3 › offset paginatedQuery › loadNextPage: e2e/kit/src/lib/utils/testsHelper.ts#L138
6) src/routes/pagination/query/offset/spec.ts:6:3 › offset paginatedQuery › 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/query/offset/spec.ts:12:5
src/routes/stores/partial-off/spec.ts:6:3 › Partial Pages › overlapping nested routes shouldn't trigger - from parent: e2e/kit/src/lib/utils/testsHelper.ts#L138
7) src/routes/stores/partial-off/spec.ts:6:3 › Partial Pages › overlapping nested routes shouldn't trigger - from parent Error: Not the right number of responses (selector: #child, 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/stores/partial-off/spec.ts:14:5
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/
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/
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 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 (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/query/forward-cursor/spec.ts#L1
e2e/kit/src/routes/pagination/query/forward-cursor/spec.ts took 24.5s
Slow Test: e2e/kit/src/routes/pagination/query/offset/spec.ts#L1
e2e/kit/src/routes/pagination/query/offset/spec.ts took 21.0s
Slow Test: e2e/kit/src/routes/pagination/query/bidirectional-cursor-single-page/spec.ts#L1
e2e/kit/src/routes/pagination/query/bidirectional-cursor-single-page/spec.ts took 20.3s
Slow Test: e2e/kit/src/routes/stores/partial-off/spec.ts#L1
e2e/kit/src/routes/stores/partial-off/spec.ts took 16.6s
Slow Test: e2e/kit/src/routes/stores/ssr-[userId]/spec.ts#L1
e2e/kit/src/routes/stores/ssr-[userId]/spec.ts took 15.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/
Slow Test: e2e\kit\src\routes\fetching\spec.ts#L1
e2e\kit\src\routes\fetching\spec.ts took 21.4s
Slow Test: e2e\kit\src\routes\stores\ssr-[userId]\spec.ts#L1
e2e\kit\src\routes\stores\ssr-[userId]\spec.ts took 15.2s
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.2s)
🎭 Playwright Run Summary
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/query/bidirectional-cursor-single-page/spec.ts:11:3 › bidirectional cursor single page paginated query › backwards and then forwards src/routes/pagination/query/forward-cursor/spec.ts:12:3 › forwards cursor paginatedQuery › loadNextPage src/routes/pagination/query/offset/spec.ts:6:3 › offset paginatedQuery › loadNextPage ========== src/routes/stores/partial-off/spec.ts:6:3 › Partial Pages › overlapping nested routes shouldn't trigger - from parent 103 passed (2.2m)
🎭 Playwright Run Summary
110 passed (2.0m)