test: use Docker for playwright tests

This commit is contained in:
rusconn
2023-10-16 00:51:20 +09:00
parent 612613859c
commit 8fadf783b6
11 changed files with 18 additions and 18 deletions

View File

@@ -51,7 +51,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
command: "pnpm start",
command: "npm run start",
url: "http://127.0.0.1:3000",
reuseExistingServer: !process.env.CI,
},