Skip to content

Commit 0462cef

Browse files
committed
chore: run browser testing in headless mode
1 parent e3f6bec commit 0462cef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default defineConfig({
4040
browser: {
4141
enabled: true,
4242
provider: playwright(),
43-
instances: [{ browser: 'chromium' }],
43+
instances: [{ browser: 'chromium', headless: true }],
4444
},
4545
},
4646
}),

0 commit comments

Comments
 (0)