feat: make node_env checks safe by default #163
ci.yml
on: pull_request
Install dependencies
41s
lint
50s
format
43s
Annotations
11 errors, 5 warnings, and 1 notice
format
Process completed with exit code 1.
|
smoke.test.ts:7:5 › go to /:
playwright/smoke.test.ts#L1
1) smoke.test.ts:7:5 › go to / ───────────────────────────────────────────────────────────────────
Test timeout of 35000ms exceeded.
|
smoke.test.ts:7:5 › go to /:
playwright/smoke.test.ts#L10
1) smoke.test.ts:7:5 › go to / ───────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 35000ms exceeded.
Call log:
- waiting for locator('text=Starter Kit') to be visible
8 | await page.goto('/')
9 |
> 10 | await page.waitForSelector(`text=${env.NEXT_PUBLIC_APP_NAME}`)
| ^
11 | })
12 |
13 | test('test 404', async ({ page }) => {
at /home/runner/work/***/***/playwright/smoke.test.ts:10:14
|
smoke.test.ts:7:5 › go to /:
playwright/smoke.test.ts#L1
1) smoke.test.ts:7:5 › go to / ───────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 35000ms exceeded.
|
smoke.test.ts:7:5 › go to /:
playwright/smoke.test.ts#L10
1) smoke.test.ts:7:5 › go to / ───────────────────────────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 35000ms exceeded.
Call log:
- waiting for locator('text=Starter Kit') to be visible
8 | await page.goto('/')
9 |
> 10 | await page.waitForSelector(`text=${env.NEXT_PUBLIC_APP_NAME}`)
| ^
11 | })
12 |
13 | test('test 404', async ({ page }) => {
at /home/runner/work/***/***/playwright/smoke.test.ts:10:14
|
smoke.test.ts:7:5 › go to /:
playwright/smoke.test.ts#L1
1) smoke.test.ts:7:5 › go to / ───────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 35000ms exceeded.
|
smoke.test.ts:7:5 › go to /:
playwright/smoke.test.ts#L10
1) smoke.test.ts:7:5 › go to / ───────────────────────────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 35000ms exceeded.
Call log:
- waiting for locator('text=Starter Kit') to be visible
8 | await page.goto('/')
9 |
> 10 | await page.waitForSelector(`text=${env.NEXT_PUBLIC_APP_NAME}`)
| ^
11 | })
12 |
13 | test('test 404', async ({ page }) => {
at /home/runner/work/***/***/playwright/smoke.test.ts:10:14
|
smoke.test.ts:7:5 › go to /:
playwright/smoke.test.ts#L1
1) smoke.test.ts:7:5 › go to / ───────────────────────────────────────────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 35000ms exceeded.
|
smoke.test.ts:7:5 › go to /:
playwright/smoke.test.ts#L10
1) smoke.test.ts:7:5 › go to / ───────────────────────────────────────────────────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 35000ms exceeded.
Call log:
- waiting for locator('text=Starter Kit') to be visible
8 | await page.goto('/')
9 |
> 10 | await page.waitForSelector(`text=${env.NEXT_PUBLIC_APP_NAME}`)
| ^
11 | })
12 |
13 | test('test 404', async ({ page }) => {
at /home/runner/work/***/***/playwright/smoke.test.ts:10:14
|
smoke.test.ts:7:5 › go to /:
playwright/smoke.test.ts#L1
1) smoke.test.ts:7:5 › go to / ───────────────────────────────────────────────────────────────────
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 35000ms exceeded.
|
smoke.test.ts:7:5 › go to /:
playwright/smoke.test.ts#L10
1) smoke.test.ts:7:5 › go to / ───────────────────────────────────────────────────────────────────
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForSelector: Test timeout of 35000ms exceeded.
Call log:
- waiting for locator('text=Starter Kit') to be visible
8 | await page.goto('/')
9 |
> 10 | await page.waitForSelector(`text=${env.NEXT_PUBLIC_APP_NAME}`)
| ^
11 | })
12 |
13 | test('test 404', async ({ page }) => {
at /home/runner/work/***/***/playwright/smoke.test.ts:10:14
|
Install dependencies
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Unit & integration tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
End-to-end tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 failed
smoke.test.ts:7:5 › go to / ────────────────────────────────────────────────────────────────────
1 passed (4.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
203 KB |
|