Skip to content

Commit fdbd471

Browse files
authored
Update playwright.config.js
1 parent 2568506 commit fdbd471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = defineConfig({
7676
ignoreHTTPSErrors: true,
7777
command: 'npm run start',
7878
url: baseURL,
79-
reuseExistingServer: !process.env.CI,
79+
reuseExistingServer: true,
8080
},
8181

8282
});

0 commit comments

Comments
 (0)