You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cursor/skills/e2e-playwright-extension/SKILL.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,11 @@ Aligned with [WXT’s Playwright E2E example](https://github.com/wxt-dev/example
14
14
- Page helpers in [e2e/pages/](e2e/pages/) (e.g. [e2e/pages/popup.ts](e2e/pages/popup.ts))
15
15
- Fixture page served via Playwright `webServer` + custom static server:
16
16
-`e2e/serve-fixtures.mjs`
17
+
-`playwright.config.ts` currently uses `webServer.command: node e2e/serve-fixtures.mjs 51234`
17
18
-`playwright.config.ts` points `webServer.url` at `http://localhost:51234/inspector-playground.html`
18
19
-`use.baseURL` is `http://localhost:51234`
19
20
- Tests navigate with relative paths like `/inspector-playground.html`
21
+
-`e2e:preview` is available as `vite preview --host localhost --port 51234 --strictPort` for local/CI experiments, but is not the default command until startup is stable in CI
0 commit comments