quality of life

This commit is contained in:
Henry Jameson 2026-07-31 16:44:29 +03:00
commit 85847d172c
3 changed files with 5 additions and 2 deletions

View file

@ -247,7 +247,7 @@ export default defineConfig(async ({ mode, command }) => {
},
browser: {
enabled: true,
headless: true,
headless: false,
provider: playwright(),
// https://github.com/mswjs/msw/issues/2757
instances: [{ browser: 'chromium' }],