Skip to content

Commit 9c7303c

Browse files
committed
Rollback webServer command after CI failure
1 parent 4864566 commit 9c7303c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default defineConfig({
6363
],
6464
timeout: process.env.CI ? 30_000 : 5_000,
6565
webServer: {
66-
command: "pnpm e2e:preview",
66+
command: "node e2e/serve-fixtures.mjs 51234",
6767
url: "http://localhost:51234/inspector-playground.html",
6868
reuseExistingServer: true,
6969
timeout: 60_000,

0 commit comments

Comments
 (0)