Skip to content

feat: multiple SPA routers #274

feat: multiple SPA routers

feat: multiple SPA routers #274

Triggered via pull request December 30, 2023 21:33
Status Success
Total duration 2m 58s
Artifacts

test.yml

on: pull_request
Matrix: integration
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 10 warnings, and 2 notices
[chromium] β€Ί basic-prod.test.ts:62:2 β€Ί basic build β€Ί api: test/basic-prod.test.ts#L64
1) [chromium] β€Ί basic-prod.test.ts:62:2 β€Ί basic build β€Ί api ────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 500 62 | test("api", async () => { 63 | let res = await fixture.requestDocument("/api/hello"); > 64 | expect(res.status).toBe(200); | ^ 65 | expect(res.headers.get("Content-Type")).toBe("text/html"); 66 | expect(await res.text()).toBe("Hello world"); 67 | }); at /home/runner/work/vinxi/vinxi/test/basic-prod.test.ts:64:22
[chromium] β€Ί basic-prod.test.ts:62:2 β€Ί basic build β€Ί api: test/basic-prod.test.ts#L64
1) [chromium] β€Ί basic-prod.test.ts:62:2 β€Ί basic build β€Ί api ────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(received).toBe(expected) // Object.is equality Expected: 200 Received: 500 62 | test("api", async () => { 63 | let res = await fixture.requestDocument("/api/hello"); > 64 | expect(res.status).toBe(200); | ^ 65 | expect(res.headers.get("Content-Type")).toBe("text/html"); 66 | expect(await res.text()).toBe("Hello world"); 67 | }); at /home/runner/work/vinxi/vinxi/test/basic-prod.test.ts:64:22
🎭 Playwright Run Summary
1 flaky [chromium] β€Ί basic-prod.test.ts:62:2 β€Ί basic build β€Ί api ─────────────────────────────────────── 19 passed (59.6s)
🎭 Playwright Run Summary
20 passed (1.3m)
πŸ‘€ (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/action-setup@v2.2.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
πŸ‘€ (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/
πŸ‘€ (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/
πŸ‘€ (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/
πŸ‘€ (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/
πŸ‘€ (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/action-setup@v2.2.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
πŸ‘€ (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/
πŸ‘€ (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/
πŸ‘€ (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/
πŸ‘€ (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/