fix: start chromium headless

This commit is contained in:
ISA
2025-08-29 11:25:57 +02:00
parent 763f5293bc
commit 9f43fdc820
6 changed files with 11 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ export default defineConfig({
use: {
baseURL: "http://localhost:3000",
headless: false,
headless: true,
launchOptions: { slowMo: 300 },
viewport: { width: 1920, height: 1080 },
video: "on",