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