We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f34f3ba commit 489615aCopy full SHA for 489615a
1 file changed
packages/web/vitest.config.ts
@@ -43,7 +43,7 @@ const config: UserConfigExport = {
43
*/
44
isolate: true,
45
provider: 'playwright',
46
- headless: false,
+ headless: true,
47
instances: [
48
{
49
browser: 'chromium'
0 commit comments