Abgabe Max Kupper
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
const { defineConfig } = require('@playwright/test');
|
||||
|
||||
module.exports = defineConfig({
|
||||
testDir: "tests",
|
||||
fullyParallel: false,
|
||||
workers: 1,
|
||||
timeout: 10000,
|
||||
use: {
|
||||
headless: false, // wichtig damit man Electron sieht
|
||||
screenshot: "only-on-failure",
|
||||
trace: "retain-on-failure",
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user