test: add Playwright e2e for playgrounds (dev + built) #6
Annotations
2 errors, 1 warning, and 2 notices
|
[empty:dev] › tests/e2e/specs/iframe.spec.ts:6:1 › devtools iframe loads with side nav visible:
tests/e2e/fixtures/devtools.ts#L65
1) [empty:dev] › tests/e2e/specs/iframe.spec.ts:6:1 › devtools iframe loads with side nav visible
TimeoutError: locator.waitFor: Timeout 90000ms exceeded.
Call log:
- waiting for locator('iframe[src*="__nuxt_devtools__/client"]').contentFrame().locator('#nuxt-devtools-side-nav')
- waiting for" http://localhost:13000/" navigation to finish...
- navigated to "http://localhost:13000/"
at ../fixtures/devtools.ts:65
63 | // use `../../local` spawn a separate Nuxt dev subprocess for the devtools
64 | // client, and its first Vite compile is slow on cold start.
> 65 | await page.frameLocator(IFRAME_SELECTOR).locator('#nuxt-devtools-side-nav').waitFor({ state: 'attached', timeout: 90_000 })
| ^
66 | })
67 | },
68 |
at /home/runner/work/devtools/devtools/tests/e2e/fixtures/devtools.ts:65:83
at /home/runner/work/devtools/devtools/tests/e2e/specs/iframe.spec.ts:8:3
|
|
[empty:dev] › tests/e2e/specs/iframe.spec.ts:6:1 › devtools iframe loads with side nav visible:
tests/e2e/specs/iframe.spec.ts#L0
1) [empty:dev] › tests/e2e/specs/iframe.spec.ts:6:1 › devtools iframe loads with side nav visible
Test timeout of 90000ms exceeded.
|
|
e2e
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
13 skipped
1 passed (3.5s)
|
|
🎭 Playwright Run Summary
1 flaky
[empty:dev] › tests/e2e/specs/iframe.spec.ts:6:1 › devtools iframe loads with side nav visible ─
2 skipped
11 passed (1.9m)
|