chore: playwright ohne webserver

This commit is contained in:
ISA
2025-09-16 14:27:53 +02:00
parent fdb70d892c
commit 42ca88d27e
5 changed files with 5 additions and 11 deletions

View File

@@ -28,10 +28,4 @@ module.exports = defineConfig({
use: { ...devices["Desktop Chrome"] },
},
],
webServer: {
command: "node server.js",
port: 3000,
reuseExistingServer: !process.env.CI,
timeout: 120_000,
},
});