Skip to content

Commit 6847347

Browse files
committed
always reuse server if it exists
Closes #692
1 parent ec30ea0 commit 6847347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default defineConfig({
3131
webServer: {
3232
command: process.env.CI ? 'npm run start:mocks' : 'npm run dev',
3333
port: Number(PORT),
34-
reuseExistingServer: !process.env.CI,
34+
reuseExistingServer: true,
3535
stdout: 'pipe',
3636
stderr: 'pipe',
3737
env: {

0 commit comments

Comments
 (0)