Skip to content

test(e2e): scaffold Playwright suite with a non-blocking CI job #235

test(e2e): scaffold Playwright suite with a non-blocking CI job

test(e2e): scaffold Playwright suite with a non-blocking CI job #235

Triggered via pull request August 28, 2026 15:20
Status Failure
Total duration 1m 55s
Artifacts 1

ci.yml

on: pull_request
typecheck
45s
typecheck
lint
50s
lint
test
38s
test
e2e (non-blocking)
1m 49s
e2e (non-blocking)
docs (generated agent index)
34s
docs (generated agent index)
public build excludes internal-only surfaces
1m 7s
public build excludes internal-only surfaces
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 10 warnings, and 1 notice
test
Process completed with exit code 1.
e2e/temp-failing.spec.ts: e2e/temp-failing.spec.ts#L5
Error: Playwright Test did not expect test() to be called here. Most common reasons include: - You are calling test() in a configuration file. - You are calling test() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. - You are calling test() from an async test.describe() block. Only sync ones are supported. ❯ _TestTypeImpl._currentSuite node_modules/playwright/lib/common/index.js:2263:13 ❯ _TestTypeImpl._createTest node_modules/playwright/lib/common/index.js:2277:24 ❯ node_modules/playwright/lib/common/index.js:1209:12 ❯ e2e/temp-failing.spec.ts:5:1
e2e/home.spec.ts: e2e/home.spec.ts#L3
Error: Playwright Test did not expect test() to be called here. Most common reasons include: - You are calling test() in a configuration file. - You are calling test() in a file that is imported by the configuration file. - You have two different versions of @playwright/test. This usually happens when one of the dependencies in your package.json depends on @playwright/test. - You are calling test() from an async test.describe() block. Only sync ones are supported. ❯ _TestTypeImpl._currentSuite node_modules/playwright/lib/common/index.js:2263:13 ❯ _TestTypeImpl._createTest node_modules/playwright/lib/common/index.js:2277:24 ❯ node_modules/playwright/lib/common/index.js:1209:12 ❯ e2e/home.spec.ts:3:1
e2e (non-blocking)
Process completed with exit code 1.
[chromium] › e2e/temp-failing.spec.ts:5:5 › temporary failure to validate artifact upload: e2e/temp-failing.spec.ts#L8
1) [chromium] › e2e/temp-failing.spec.ts:5:5 › temporary failure to validate artifact upload ───── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: getByText('this text does not exist on the page') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('this text does not exist on the page') 6 | await page.goto('/'); 7 | > 8 | await expect(page.getByText('this text does not exist on the page')).toBeVisible(); | ^ 9 | }); 10 | at /home/runner/work/ui/ui/e2e/temp-failing.spec.ts:8:72
[chromium] › e2e/temp-failing.spec.ts:5:5 › temporary failure to validate artifact upload: e2e/temp-failing.spec.ts#L8
1) [chromium] › e2e/temp-failing.spec.ts:5:5 › temporary failure to validate artifact upload ───── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: getByText('this text does not exist on the page') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('this text does not exist on the page') 6 | await page.goto('/'); 7 | > 8 | await expect(page.getByText('this text does not exist on the page')).toBeVisible(); | ^ 9 | }); 10 | at /home/runner/work/ui/ui/e2e/temp-failing.spec.ts:8:72
[chromium] › e2e/temp-failing.spec.ts:5:5 › temporary failure to validate artifact upload: e2e/temp-failing.spec.ts#L8
1) [chromium] › e2e/temp-failing.spec.ts:5:5 › temporary failure to validate artifact upload ───── Error: expect(locator).toBeVisible() failed Locator: getByText('this text does not exist on the page') Expected: visible Timeout: 5000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 5000ms - waiting for getByText('this text does not exist on the page') 6 | await page.goto('/'); 7 | > 8 | await expect(page.getByText('this text does not exist on the page')).toBeVisible(); | ^ 9 | }); 10 | at /home/runner/work/ui/ui/e2e/temp-failing.spec.ts:8:72
docs (generated agent index)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint: llms.config.mjs#L10
Assign object to a variable before exporting as module default
lint: githooks/templates/llms.config.example.mjs#L8
Assign object to a variable before exporting as module default
lint: app/vibenet/page.tsx#L45
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
lint: app/upgrades/components/UpgradeIllustration.tsx#L22
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
public build excludes internal-only surfaces
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
e2e (non-blocking)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
1 failed [chromium] › e2e/temp-failing.spec.ts:5:5 › temporary failure to validate artifact upload ────── 1 passed (46.1s)

Artifacts

Produced during runtime
Name Size Digest
playwright-report
1.54 MB
sha256:57076efaa204c005693423e76b0ffe322a6ec8634d71863ca1c0906bd12c4bb2