add code coverage
This commit is contained in:
parent
43037951ea
commit
ee5a53aba8
3 changed files with 111 additions and 4 deletions
|
|
@ -241,6 +241,10 @@ export default defineConfig(async ({ mode, command }) => {
|
|||
test: {
|
||||
globals: true,
|
||||
exclude: [...configDefaults.exclude, 'test/e2e-playwright/**'],
|
||||
coverage: {
|
||||
provider: 'v8',
|
||||
exclude: ['**/*.style.js', 'public/**'],
|
||||
},
|
||||
browser: {
|
||||
enabled: true,
|
||||
headless: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue