feat: remove 'Certificaciones' link from navigation menu #178
ci.yml
on: push
Test + Build
58s
E2E (Playwright)
1m 51s
Verificar deploy + rollback
21s
Annotations
9 errors, 2 warnings, and 1 notice
|
E2E (Playwright)
Process completed with exit code 1.
|
|
[chromium] › e2e/public.spec.ts:19:3 › /contact renderiza sin errores:
e2e/public.spec.ts#L25
8) [chromium] › e2e/public.spec.ts:19:3 › /contact renderiza sin errores ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: /contact tuvo errores de consola
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 3
- Array []
+ Array [
+ "Failed to load resource: the server responded with a status of 504 (Outdated Optimize Dep)",
+ ]
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 | }
28 |
at /home/runner/work/dev-portfolio/dev-portfolio/e2e/public.spec.ts:25:56
|
|
[chromium] › e2e/public.spec.ts:19:3 › /demo renderiza sin errores:
e2e/public.spec.ts#L25
7) [chromium] › e2e/public.spec.ts:19:3 › /demo renderiza sin errores ────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: /demo tuvo errores de consola
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 3
- Array []
+ Array [
+ "Failed to load resource: the server responded with a status of 504 (Outdated Optimize Dep)",
+ ]
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 | }
28 |
at /home/runner/work/dev-portfolio/dev-portfolio/e2e/public.spec.ts:25:56
|
|
[chromium] › e2e/public.spec.ts:19:3 › /notes renderiza sin errores:
e2e/public.spec.ts#L25
6) [chromium] › e2e/public.spec.ts:19:3 › /notes renderiza sin errores ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: /notes tuvo errores de consola
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 3
- Array []
+ Array [
+ "Failed to load resource: the server responded with a status of 504 (Outdated Optimize Dep)",
+ ]
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 | }
28 |
at /home/runner/work/dev-portfolio/dev-portfolio/e2e/public.spec.ts:25:56
|
|
[chromium] › e2e/public.spec.ts:19:3 › /tools renderiza sin errores:
e2e/public.spec.ts#L25
5) [chromium] › e2e/public.spec.ts:19:3 › /tools renderiza sin errores ───────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: /tools tuvo errores de consola
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 3
- Array []
+ Array [
+ "Failed to load resource: the server responded with a status of 504 (Outdated Optimize Dep)",
+ ]
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 | }
28 |
at /home/runner/work/dev-portfolio/dev-portfolio/e2e/public.spec.ts:25:56
|
|
[chromium] › e2e/public.spec.ts:19:3 › /security renderiza sin errores:
e2e/public.spec.ts#L25
4) [chromium] › e2e/public.spec.ts:19:3 › /security renderiza sin errores ────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: /security tuvo errores de consola
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 3
- Array []
+ Array [
+ "Failed to load resource: the server responded with a status of 504 (Outdated Optimize Dep)",
+ ]
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 | }
28 |
at /home/runner/work/dev-portfolio/dev-portfolio/e2e/public.spec.ts:25:56
|
|
[chromium] › e2e/public.spec.ts:19:3 › /status renderiza sin errores:
e2e/public.spec.ts#L25
3) [chromium] › e2e/public.spec.ts:19:3 › /status renderiza sin errores ──────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: /status tuvo errores de consola
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 3
- Array []
+ Array [
+ "Failed to load resource: the server responded with a status of 504 (Outdated Optimize Dep)",
+ ]
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 | }
28 |
at /home/runner/work/dev-portfolio/dev-portfolio/e2e/public.spec.ts:25:56
|
|
[chromium] › e2e/public.spec.ts:19:3 › /lab renderiza sin errores:
e2e/public.spec.ts#L25
2) [chromium] › e2e/public.spec.ts:19:3 › /lab renderiza sin errores ─────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: /lab tuvo errores de consola
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 3
- Array []
+ Array [
+ "Failed to load resource: the server responded with a status of 504 (Outdated Optimize Dep)",
+ ]
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 | }
28 |
at /home/runner/work/dev-portfolio/dev-portfolio/e2e/public.spec.ts:25:56
|
|
[chromium] › e2e/public.spec.ts:19:3 › / renderiza sin errores:
e2e/public.spec.ts#L25
1) [chromium] › e2e/public.spec.ts:19:3 › / renderiza sin errores ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: / tuvo errores de consola
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 3
- Array []
+ Array [
+ "Failed to load resource: the server responded with a status of 504 (Outdated Optimize Dep)",
+ ]
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 | }
28 |
at /home/runner/work/dev-portfolio/dev-portfolio/e2e/public.spec.ts:25:56
|
|
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
8 failed
[chromium] › e2e/public.spec.ts:19:3 › / renderiza sin errores ─────────────────────────────────
[chromium] › e2e/public.spec.ts:19:3 › /lab renderiza sin errores ──────────────────────────────
[chromium] › e2e/public.spec.ts:19:3 › /status renderiza sin errores ───────────────────────────
[chromium] › e2e/public.spec.ts:19:3 › /security renderiza sin errores ─────────────────────────
[chromium] › e2e/public.spec.ts:19:3 › /tools renderiza sin errores ────────────────────────────
[chromium] › e2e/public.spec.ts:19:3 › /notes renderiza sin errores ────────────────────────────
[chromium] › e2e/public.spec.ts:19:3 › /demo renderiza sin errores ─────────────────────────────
[chromium] › e2e/public.spec.ts:19:3 › /contact renderiza sin errores ──────────────────────────
37 passed (1.0m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
16.6 MB |
sha256:8c74ace71458f89bebcfd1d1390481336d4ad51fa80c8743a407bdc5868fa54e
|
|