playwright: dashboard

This commit is contained in:
ISA
2025-08-14 15:56:10 +02:00
parent 629385fa5c
commit 94051b69f9
7 changed files with 12 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ export default defineConfig({
/* Base URL to use in actions like `await page.goto('/')`. */
baseURL: "http://localhost:3000",
headless: false,
launchOptions: { slowMo: 100 },
launchOptions: { slowMo: 300 },
video: "retain-on-failure",
screenshot: "only-on-failure",