chore: upgrade @antfu/design to 0.3.0 and finish data-inspector icon TODO #382
ci.yml
on: pull_request
unit-test
/
lint
1m 40s
e2e
2m 38s
Matrix: unit-test / test
Annotations
5 errors, 1 warning, and 1 notice
|
e2e
Process completed with exit code 1.
|
|
[chromium] › tests/e2e/files-inspector-dev.spec.ts:21:3 › files-inspector (dev) › navigates to about and shows cwd:
tests/e2e/files-inspector-dev.spec.ts#L26
2) [chromium] › tests/e2e/files-inspector-dev.spec.ts:21:3 › files-inspector (dev) › navigates to about and shows cwd
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: locator('dt:has-text("Server cwd") + dd')
Expected pattern: /fixtures$/
Received string: "…"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for locator('dt:has-text("Server cwd") + dd')
14 × locator resolved to <dd class="m-0 min-w-0 flex-1 truncate font-mono text-sm">…</dd>
- unexpected value "…"
24 |
25 | const cwdValue = page.locator('dt:has-text("Server cwd") + dd')
> 26 | await expect(cwdValue).toContainText(/fixtures$/)
| ^
27 | })
28 | })
29 |
at /home/runner/work/devframe/devframe/tests/e2e/files-inspector-dev.spec.ts:26:28
|
|
[chromium] › tests/e2e/files-inspector-dev.spec.ts:21:3 › files-inspector (dev) › navigates to about and shows cwd:
tests/e2e/files-inspector-dev.spec.ts#L26
2) [chromium] › tests/e2e/files-inspector-dev.spec.ts:21:3 › files-inspector (dev) › navigates to about and shows cwd
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: locator('dt:has-text("Server cwd") + dd')
Expected pattern: /fixtures$/
Received string: "…"
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for locator('dt:has-text("Server cwd") + dd')
14 × locator resolved to <dd class="m-0 min-w-0 flex-1 truncate font-mono text-sm">…</dd>
- unexpected value "…"
24 |
25 | const cwdValue = page.locator('dt:has-text("Server cwd") + dd')
> 26 | await expect(cwdValue).toContainText(/fixtures$/)
| ^
27 | })
28 | })
29 |
at /home/runner/work/devframe/devframe/tests/e2e/files-inspector-dev.spec.ts:26:28
|
|
[chromium] › tests/e2e/files-inspector-dev.spec.ts:11:3 › files-inspector (dev) › lists fixture files on home:
tests/e2e/files-inspector-dev.spec.ts#L13
1) [chromium] › tests/e2e/files-inspector-dev.spec.ts:11:3 › files-inspector (dev) › lists fixture files on home
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveText(expected) failed
Locator: locator('section span[class*="badge"]')
Expected: "3"
Received: "0"
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('section span[class*="badge"]')
14 × locator resolved to <span class="badge-muted font-mono tabular-nums">0</span>
- unexpected value "0"
11 | test('lists fixture files on home', async ({ page }) => {
12 | await expect(page.locator('section h2')).toContainText('Files')
> 13 | await expect(page.locator('section span[class*="badge"]')).toHaveText('3')
| ^
14 | await expect(page.locator('section ul li')).toHaveText([
15 | 'README.md',
16 | 'package.json',
at /home/runner/work/devframe/devframe/tests/e2e/files-inspector-dev.spec.ts:13:64
|
|
[chromium] › tests/e2e/files-inspector-dev.spec.ts:11:3 › files-inspector (dev) › lists fixture files on home:
tests/e2e/files-inspector-dev.spec.ts#L13
1) [chromium] › tests/e2e/files-inspector-dev.spec.ts:11:3 › files-inspector (dev) › lists fixture files on home
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveText(expected) failed
Locator: locator('section span[class*="badge"]')
Expected: "3"
Received: "0"
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('section span[class*="badge"]')
14 × locator resolved to <span class="badge-muted font-mono tabular-nums">0</span>
- unexpected value "0"
11 | test('lists fixture files on home', async ({ page }) => {
12 | await expect(page.locator('section h2')).toContainText('Files')
> 13 | await expect(page.locator('section span[class*="badge"]')).toHaveText('3')
| ^
14 | await expect(page.locator('section ul li')).toHaveText([
15 | 'README.md',
16 | 'package.json',
at /home/runner/work/devframe/devframe/tests/e2e/files-inspector-dev.spec.ts:13:64
|
|
e2e
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › tests/e2e/files-inspector-dev.spec.ts:11:3 › files-inspector (dev) › lists fixture files on home
[chromium] › tests/e2e/files-inspector-dev.spec.ts:21:3 › files-inspector (dev) › navigates to about and shows cwd
12 passed (28.7s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
920 KB |
sha256:6103e60c451cec6ac2805072d9bc02003a966d7174da5337a29e55ec69d3f8a3
|
|