mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
test(spf): restore headless browser config for vitest (#1103)
This commit is contained in:
@@ -30,11 +30,8 @@ export default defineConfig({
|
||||
include: ['src/dom/**/*.test.ts'],
|
||||
browser: {
|
||||
enabled: true,
|
||||
provider: playwright({
|
||||
launch: {
|
||||
headless: true,
|
||||
},
|
||||
}),
|
||||
headless: true,
|
||||
provider: playwright(),
|
||||
screenshotFailures: false,
|
||||
instances: [{ browser: 'chromium' }],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user