Skip to content

WIP: Feat: Migrate to tRPC v11 #123

WIP: Feat: Migrate to tRPC v11

WIP: Feat: Migrate to tRPC v11 #123

Triggered via pull request May 10, 2024 09:40
@ntatoudntatoud
synchronize #472
feat/trpc-v11
Status Failure
Total duration 3m 18s
Artifacts

e2e-tests.yml

on: pull_request
Playwright E2E Tests
3m 9s
Playwright E2E Tests
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 3 warnings, and 1 notice
[chromium] β€Ί rest-api.spec.ts:4:7 β€Ί Rest Api Schema β€Ί Api schema is building without error: e2e/rest-api.spec.ts#L6
1) [chromium] β€Ί rest-api.spec.ts:4:7 β€Ί Rest Api Schema β€Ί Api schema is building without error ──── Error: expect(received).toBeOK() Call log: - β†’ GET http://localhost:3000/api/openapi.json - user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.6312.4 Safari/537.36 - accept: */* - accept-encoding: gzip,deflate,br - ← 500 Internal Server Error - cache-control: no-store, must-revalidate - x-powered-by: Next.js - etag: "16m8me5uskk73t" - content-type: text/html; charset=utf-8 - vary: Accept-Encoding - content-encoding: gzip - date: Fri, 10 May 2024 09:43:48 GMT - connection: close - transfer-encoding: chunked Response text: <!DOCTYPE html><html><head><style data-next-hide-fouc="true">body{display:none}</style><noscript data-next-hide-fouc="true"><style>body{display:block}</style></noscript><meta charSet="utf-8"/><meta name="viewport" content="width=device-width"/><meta name="next-head-count" content="2"/><noscript data-n-css=""></noscript><script defer="" nomodule="" src="/_next/static/chunks/polyfills.js"></script><script src="/_next/static/chunks/webpack.js" defer=""></script><script src="/_next/static/chunks/main.js" defer=""></script><script src="/_next/static/chunks/pages/_app.js" defer=""></script><script src="/_next/static/chunks/pages/_error.js" defer=""></script><script src="/_next/static/development/_buildManifest.js" defer=""></script><script src="/_next/static/development/_ssgManifest.js" defer=""></script><noscript id="__next_css__DO_NOT_USE__"></noscript></head><body><div id="__next"></div><script src="/_next/static/chunks/react-refresh.js"></script><script id="__NEXT_DATA__" type="applicati 4 | test(`Api schema is building without error`, async ({ request }) => { 5 | const response = await request.get('/api/openapi.json'); > 6 | expect(response).toBeOK(); | ^ 7 | }); 8 | }); 9 | at /home/runner/work/start-ui-web/start-ui-web/e2e/rest-api.spec.ts:6:22
Playwright E2E Tests
Process completed with exit code 1.
Playwright E2E Tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, pnpm/action-setup@v2, actions/cache@v2, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Playwright E2E Tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Playwright E2E Tests
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
1 failed [chromium] β€Ί rest-api.spec.ts:4:7 β€Ί Rest Api Schema β€Ί Api schema is building without error ───── 20 did not run 9 passed (1.3m)