mirror of
https://github.com/cupcakearmy/occulto.git
synced 2025-09-06 10:50:44 +00:00
use vitest browser mode
This commit is contained in:
11
vitest.config.ts.old
Normal file
11
vitest.config.ts.old
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineConfig } from 'vitest/config'
|
||||
export default defineConfig({
|
||||
test: {
|
||||
browser: {
|
||||
provider: 'playwright',
|
||||
enabled: true,
|
||||
headless: true,
|
||||
instances: [{ browser: 'firefox' }, { browser: 'webkit' }, { browser: 'chromium' }],
|
||||
},
|
||||
},
|
||||
})
|
Reference in New Issue
Block a user