chore: playwright ohne webserver
This commit is contained in:
@@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user