fix: Ein Abgleich darf natürlich nicht die Seiten blockieren.
This commit is contained in:
@@ -29,8 +29,10 @@ export default defineConfig({
|
||||
baseURL: "http://localhost:3000",
|
||||
headless: false,
|
||||
launchOptions: { slowMo: 300 },
|
||||
video: "retain-on-failure",
|
||||
screenshot: "only-on-failure",
|
||||
//video: "retain-on-failure",
|
||||
video: "on",
|
||||
//screenshot: "only-on-failure",
|
||||
screenshot: "on",
|
||||
|
||||
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
|
||||
trace: "on-first-retry",
|
||||
|
||||
Reference in New Issue
Block a user