fix: headless

This commit is contained in:
ISA
2025-08-29 10:15:42 +02:00
parent b6ab6a11f9
commit 3e998d6644
7 changed files with 14 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ export default defineConfig({
use: {
/* Base URL to use in actions like `await page.goto('/')`. */
baseURL: "http://localhost:3000",
headless: false,
headless: true,
launchOptions: { slowMo: 300 },
viewport: { width: 1920, height: 1080 },
//video: "retain-on-failure",