Skip to content

Commit

Permalink
Disable webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
JunichiSugiura committed Aug 13, 2024
1 parent 1c824b1 commit 0fd0796
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions examples/starknet-react-next/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,13 @@ export default defineConfig({
// use: { ...devices["Desktop Safari"] },
// },
],
webServer: process.env.CI
? {
command: "pnpm dev:ci",
cwd: "../..",
port: 3002,
reuseExistingServer: !process.env.CI,
stdout: "pipe",
stderr: "pipe",
timeout: 1000 * 60,
}
: undefined,
// webServer: {
// command: "pnpm dev",
// cwd: "../..",
// port: 3002,
// reuseExistingServer: !process.env.CI,
// stdout: "pipe",
// stderr: "pipe",
// timeout: 1000 * 60,
// },
});

0 comments on commit 0fd0796

Please sign in to comment.