feat: add tests for translation handling and localized URL generation… #218
ci.yml
on: push
Test + Build
48s
E2E (Playwright)
1m 56s
Verificar deploy + rollback
26s
Annotations
2 errors, 2 warnings, and 1 notice
|
E2E (Playwright)
Process completed with exit code 1.
|
|
[chromium] › e2e/public.spec.ts:19:3 › / renderiza sin errores:
e2e/public.spec.ts#L24
1) [chromium] › e2e/public.spec.ts:19:3 › / renderiza sin errores ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toHaveText(expected) failed
Locator: locator('h1').first()
Expected pattern: /Ingeniería de software con propósito/i
Received string: "Ingeniería desoftwarecon propósito."
Timeout: 5000ms
Call log:
- Expect "toHaveText" with timeout 5000ms
- waiting for locator('h1').first()
13 × locator resolved to <h1 class="font-sans font-medium tracking-[-.035em] leading-[.98] text-[clamp(44px,8vw,120px)]">…</h1>
- unexpected value "Ingeniería desoftwarecon propósito."
22 | const res = await page.goto(path)
23 | expect(res?.status(), `${path} no devolvió 200`).toBe(200)
> 24 | await expect(page.locator('h1').first()).toHaveText(titulo)
| ^
25 | expect(errores, `${path} tuvo errores de consola`).toEqual([])
26 | })
27 | }
at /home/runner/work/dev-portfolio/dev-portfolio/e2e/public.spec.ts:24:46
|
|
Test + Build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E (Playwright)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. 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/public.spec.ts:19:3 › / renderiza sin errores ─────────────────────────────────
44 passed (1.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
4.8 MB |
sha256:c58b6345a90e6acb4165c49526b06fa190b522eb1abf0472a6b1d029181a9adf
|
|