Unmark vite as external #4023
Triggered via pull request
September 23, 2023 02:24
Status
Failure
Total duration
4m 30s
Artifacts
–
tests.yml
on: pull_request
Formatting
1m 11s
Tests
3m 3s
Verify Create
54s
End-to-End Linter
2m 36s
Matrix: End-to-End Tests
Annotations
8 errors, 41 warnings, and 4 notices
Verify Create
Process completed with exit code 1.
|
src/routes/stores/action-mutation/spec.ts:7:3 › action-mutation › happy path action-mutation :
e2e/kit/src/lib/utils/testsHelper.ts#L202
1) src/routes/stores/action-mutation/spec.ts:7:3 › action-mutation › happy path action-mutation =
Error: element "span[id=name-error]" must BE 👇
Expected: "*"
Received: ""
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/stores/action-mutation/spec.ts:19:5
|
src/routes/stores/action-mutation/spec.ts:7:3 › action-mutation › happy path action-mutation :
e2e/kit/src/lib/utils/testsHelper.ts#L202
1) src/routes/stores/action-mutation/spec.ts:7:3 › action-mutation › happy path action-mutation =
Retry #1 ---------------------------------------------------------------------------------------
Error: element "span[id=name-error]" must BE 👇
Expected: "*"
Received: ""
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/stores/action-mutation/spec.ts:19:5
|
src\routes\subscriptions\[snapshot]\spec.ts:6:1 › happy path updates:
e2e\kit\src\lib\utils\testsHelper.ts#L202
1) src\routes\subscriptions\[snapshot]\spec.ts:6:1 › happy path updates ==========================
Error: element "div[id=result]" must BE 👇
Expected: "foo"
Received: "bar"
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:///D:/a/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:202:80)
at file:///D:/a/houdini/houdini/e2e/kit/src/routes/subscriptions/[snapshot]/spec.ts:23:3
|
src\routes\subscriptions\[snapshot]\spec.ts:6:1 › happy path updates:
e2e\kit\src\lib\utils\testsHelper.ts#L202
1) src\routes\subscriptions\[snapshot]\spec.ts:6:1 › happy path updates ==========================
Retry #1 ---------------------------------------------------------------------------------------
Error: element "div[id=result]" must BE 👇
Expected: "Bruce Willis"
Received: "bar"
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:///D:/a/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:202:80)
at file:///D:/a/houdini/houdini/e2e/kit/src/routes/subscriptions/[snapshot]/spec.ts:10:3
|
src\routes\subscriptions\[snapshot]\spec.ts:6:1 › happy path updates:
e2e\kit\src\lib\utils\testsHelper.ts#L202
1) src\routes\subscriptions\[snapshot]\spec.ts:6:1 › happy path updates ==========================
Retry #2 ---------------------------------------------------------------------------------------
Error: element "div[id=result]" must BE 👇
Expected: "Bruce Willis"
Received: "bar"
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:///D:/a/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:202:80)
at file:///D:/a/houdini/houdini/e2e/kit/src/routes/subscriptions/[snapshot]/spec.ts:10:3
|
src\routes\subscriptions\[snapshot]\spec.ts:6:1 › happy path updates:
e2e\kit\src\lib\utils\testsHelper.ts#L202
1) src\routes\subscriptions\[snapshot]\spec.ts:6:1 › happy path updates ==========================
Retry #3 ---------------------------------------------------------------------------------------
Error: element "div[id=result]" must BE 👇
Expected: "Bruce Willis"
Received: "bar"
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:///D:/a/houdini/houdini/e2e/kit/src/lib/utils/testsHelper.ts:202:80)
at file:///D:/a/houdini/houdini/e2e/kit/src/routes/subscriptions/[snapshot]/spec.ts:10:3
|
End-to-End Tests (windows-latest, e2e-kit)
Process completed with exit code 1.
|
Verify Create
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
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
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
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
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 (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/
|
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/
|
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/
|
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/
|
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-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 19.9s
|
Slow Test:
e2e\kit\src\routes\stores\ssr-[userId]\spec.ts#L1
e2e\kit\src\routes\stores\ssr-[userId]\spec.ts took 15.8s
|
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 (9.2s)
|
🎭 Playwright Run Summary
1 passed (13.5s)
|
🎭 Playwright Run Summary
1 flaky
src/routes/stores/action-mutation/spec.ts:7:3 › action-mutation › happy path action-mutation ==
107 passed (1.5m)
|
🎭 Playwright Run Summary
1 failed
src\routes\subscriptions\[snapshot]\spec.ts:6:1 › happy path updates ===========================
107 passed (2.0m)
|