mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Enable headless mode for browser tests
This commit is contained in:
@@ -5,6 +5,7 @@ export default defineConfig({
|
||||
browser: {
|
||||
provider: 'webdriverio',
|
||||
instances: [{ browser: 'chrome' }],
|
||||
headless: true,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user