Skip to content

Commit

Permalink
Be explicit about not reusing server
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Sep 19, 2024
1 parent c316b62 commit 326beb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prototypes/basic/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
webServer: {
command: 'npm run dev',
url: 'http://127.0.0.1:3000',
//reuseExistingServer: !process.env.CI,
reuseExistingServer: false,
stdout: 'ignore',
stderr: 'pipe',
},
Expand Down

0 comments on commit 326beb2

Please sign in to comment.