Update playwright.yml #6
Annotations
10 errors, 1 warning, and 1 notice
|
tests/e2e/navbar.spec.ts#L7
1) [chromium] › e2e/navbar.spec.ts:5:5 › check if navbar with correct tag is present ─────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
5 | test("check if navbar with correct tag is present", async ({ page }) => {
6 | // Navigate to the page you want to test
> 7 | await page.goto("/");
| ^
8 |
9 | // Check if the navbar with aria-label="Navbar" is present
10 | const navbar = await page.locator('nav[aria-label="Navbar"]');
at /home/runner/work/dulapahv-portfolio/dulapahv-portfolio/tests/e2e/navbar.spec.ts:7:14
|
tests/e2e/navbar.spec.ts#L7
1) [chromium] › e2e/navbar.spec.ts:5:5 › check if navbar with correct tag is present ─────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
5 | test("check if navbar with correct tag is present", async ({ page }) => {
6 | // Navigate to the page you want to test
> 7 | await page.goto("/");
| ^
8 |
9 | // Check if the navbar with aria-label="Navbar" is present
10 | const navbar = await page.locator('nav[aria-label="Navbar"]');
at /home/runner/work/dulapahv-portfolio/dulapahv-portfolio/tests/e2e/navbar.spec.ts:7:14
|
tests/e2e/navbar.spec.ts#L7
1) [chromium] › e2e/navbar.spec.ts:5:5 › check if navbar with correct tag is present ─────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
5 | test("check if navbar with correct tag is present", async ({ page }) => {
6 | // Navigate to the page you want to test
> 7 | await page.goto("/");
| ^
8 |
9 | // Check if the navbar with aria-label="Navbar" is present
10 | const navbar = await page.locator('nav[aria-label="Navbar"]');
at /home/runner/work/dulapahv-portfolio/dulapahv-portfolio/tests/e2e/navbar.spec.ts:7:14
|
tests/e2e/navbar.spec.ts#L21
2) [chromium] › e2e/navbar.spec.ts:19:5 › go to experience page ──────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
19 | test("go to experience page", async ({ page }) => {
20 | // Navigate to the page you want to test
> 21 | await page.goto('/');
| ^
22 |
23 | // Locate the navbar with aria-label="Navbar" and tag <nav>
24 | const navbar = page.locator('nav[aria-label="Navbar"]');
at /home/runner/work/dulapahv-portfolio/dulapahv-portfolio/tests/e2e/navbar.spec.ts:21:14
|
tests/e2e/navbar.spec.ts#L21
2) [chromium] › e2e/navbar.spec.ts:19:5 › go to experience page ──────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
19 | test("go to experience page", async ({ page }) => {
20 | // Navigate to the page you want to test
> 21 | await page.goto('/');
| ^
22 |
23 | // Locate the navbar with aria-label="Navbar" and tag <nav>
24 | const navbar = page.locator('nav[aria-label="Navbar"]');
at /home/runner/work/dulapahv-portfolio/dulapahv-portfolio/tests/e2e/navbar.spec.ts:21:14
|
tests/e2e/navbar.spec.ts#L21
2) [chromium] › e2e/navbar.spec.ts:19:5 › go to experience page ──────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
19 | test("go to experience page", async ({ page }) => {
20 | // Navigate to the page you want to test
> 21 | await page.goto('/');
| ^
22 |
23 | // Locate the navbar with aria-label="Navbar" and tag <nav>
24 | const navbar = page.locator('nav[aria-label="Navbar"]');
at /home/runner/work/dulapahv-portfolio/dulapahv-portfolio/tests/e2e/navbar.spec.ts:21:14
|
tests/e2e/navbar.spec.ts#L7
3) [Mobile Chrome] › e2e/navbar.spec.ts:5:5 › check if navbar with correct tag is present ────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
5 | test("check if navbar with correct tag is present", async ({ page }) => {
6 | // Navigate to the page you want to test
> 7 | await page.goto("/");
| ^
8 |
9 | // Check if the navbar with aria-label="Navbar" is present
10 | const navbar = await page.locator('nav[aria-label="Navbar"]');
at /home/runner/work/dulapahv-portfolio/dulapahv-portfolio/tests/e2e/navbar.spec.ts:7:14
|
tests/e2e/navbar.spec.ts#L7
3) [Mobile Chrome] › e2e/navbar.spec.ts:5:5 › check if navbar with correct tag is present ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
5 | test("check if navbar with correct tag is present", async ({ page }) => {
6 | // Navigate to the page you want to test
> 7 | await page.goto("/");
| ^
8 |
9 | // Check if the navbar with aria-label="Navbar" is present
10 | const navbar = await page.locator('nav[aria-label="Navbar"]');
at /home/runner/work/dulapahv-portfolio/dulapahv-portfolio/tests/e2e/navbar.spec.ts:7:14
|
tests/e2e/navbar.spec.ts#L7
3) [Mobile Chrome] › e2e/navbar.spec.ts:5:5 › check if navbar with correct tag is present ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:3000/
Call log:
- navigating to "http://localhost:3000/", waiting until "load"
5 | test("check if navbar with correct tag is present", async ({ page }) => {
6 | // Navigate to the page you want to test
> 7 | await page.goto("/");
| ^
8 |
9 | // Check if the navbar with aria-label="Navbar" is present
10 | const navbar = await page.locator('nav[aria-label="Navbar"]');
at /home/runner/work/dulapahv-portfolio/dulapahv-portfolio/tests/e2e/navbar.spec.ts:7:14
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
4 failed
[chromium] › e2e/navbar.spec.ts:5:5 › check if navbar with correct tag is present ──────────────
[chromium] › e2e/navbar.spec.ts:19:5 › go to experience page ───────────────────────────────────
[Mobile Chrome] › e2e/navbar.spec.ts:5:5 › check if navbar with correct tag is present ─────────
[Mobile Chrome] › e2e/navbar.spec.ts:19:5 › go to experience page ──────────────────────────────
|
This job failed
Loading