Skip to content

Commit e9e3d4c

Browse files
committed
feat: enable headless mode for Playwright browser in Vite configuration
1 parent 0e949b1 commit e9e3d4c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vite.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ export default defineConfig(({ mode }) => {
299299
testTimeout: 300_000,
300300
browser: {
301301
provider: playwright(),
302+
headless: true,
302303
enabled: true,
303304
instances: [{ browser: "chromium" }],
304305
},

0 commit comments

Comments
 (0)