fix: start chromium headless
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user