chore: enable reuseExistingServer

This commit is contained in:
tzhangchi
2022-12-23 16:03:52 +08:00
parent f34b8c6f1b
commit 69369af563
+1
View File
@@ -92,6 +92,7 @@ const config: PlaywrightTestConfig = {
webServer: {
command: 'npm run dev',
port: 8080,
reuseExistingServer: true,
},
};