feat: enable experimental websockets support (thanks to nitro) #564
Annotations
4 errors, 6 warnings, and 1 notice
π Run Integration Tests:
test/fs-router.test.ts#L73
1) [chromium] βΊ fs-router.test.ts:60:2 βΊ fs-router-dev βΊ hydrates ββββββββββββββββββββββββββββββββ
Error: expect(received).toBe(expected) // Object.is equality
Expected: "<button data-test-id=\"counter\">1</button>"
Received: "<button data-test-id=\"counter\">0</button>"
71 | await app.clickElement("[data-test-id=counter]");
72 |
> 73 | expect(await app.getHtml("[data-test-id=counter]")).toBe(
| ^
74 | prettyHtml(`<button data-test-id="counter">1</button>`),
75 | );
76 |
at /home/runner/work/vinxi/vinxi/test/fs-router.test.ts:73:55
|
π Run Integration Tests:
test/fs-router.test.ts#L73
1) [chromium] βΊ fs-router.test.ts:60:2 βΊ fs-router-dev βΊ hydrates ββββββββββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(received).toBe(expected) // Object.is equality
Expected: "<button data-test-id=\"counter\">1</button>"
Received: "<button data-test-id=\"counter\">0</button>"
71 | await app.clickElement("[data-test-id=counter]");
72 |
> 73 | expect(await app.getHtml("[data-test-id=counter]")).toBe(
| ^
74 | prettyHtml(`<button data-test-id="counter">1</button>`),
75 | );
76 |
at /home/runner/work/vinxi/vinxi/test/fs-router.test.ts:73:55
|
π Run Integration Tests:
test/fs-router.test.ts#L73
1) [chromium] βΊ fs-router.test.ts:60:2 βΊ fs-router-dev βΊ hydrates ββββββββββββββββββββββββββββββββ
Retry #2 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(received).toBe(expected) // Object.is equality
Expected: "<button data-test-id=\"counter\">1</button>"
Received: "<button data-test-id=\"counter\">0</button>"
71 | await app.clickElement("[data-test-id=counter]");
72 |
> 73 | expect(await app.getHtml("[data-test-id=counter]")).toBe(
| ^
74 | prettyHtml(`<button data-test-id="counter">1</button>`),
75 | );
76 |
at /home/runner/work/vinxi/vinxi/test/fs-router.test.ts:73:55
|
π Run Integration Tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, pnpm/[email protected], actions/setup-node@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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/
|
Run pnpm/[email protected]
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/
|
Run pnpm/[email protected]
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/
|
Run pnpm/[email protected]
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/
|
π΅οΈββοΈ Get current Playwright Test version
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/
|
π Run Integration Tests
1 failed
[chromium] βΊ fs-router.test.ts:60:2 βΊ fs-router-dev βΊ hydrates βββββββββββββββββββββββββββββββββ
33 passed (1.2m)
|
The logs for this run have expired and are no longer available.
Loading