We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4864566 commit 9c7303cCopy full SHA for 9c7303c
1 file changed
playwright.config.ts
@@ -63,7 +63,7 @@ export default defineConfig({
63
],
64
timeout: process.env.CI ? 30_000 : 5_000,
65
webServer: {
66
- command: "pnpm e2e:preview",
+ command: "node e2e/serve-fixtures.mjs 51234",
67
url: "http://localhost:51234/inspector-playground.html",
68
reuseExistingServer: true,
69
timeout: 60_000,
0 commit comments