playwright headless true
This commit is contained in:
@@ -21,7 +21,7 @@ export default defineConfig({
|
||||
|
||||
use: {
|
||||
baseURL: "http://localhost:3000",
|
||||
headless: false,
|
||||
headless: true,
|
||||
launchOptions: { args: ["--no-sandbox", "--disable-dev-shm-usage"] },
|
||||
viewport: { width: 1920, height: 1080 },
|
||||
video: "on",
|
||||
|
||||
Reference in New Issue
Block a user