Skip to content

Commit b45ccd9

Browse files
Copilotmoufmouf
andcommitted
Add clarification comment for browser selection in config
Co-authored-by: moufmouf <1290952+moufmouf@users.noreply.github.com>
1 parent a3b6202 commit b45ccd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vitest.browser.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ export default defineConfig({
5151
browser: {
5252
enabled: true,
5353
instances: [
54+
// Default to chromium, but can be overridden with --browser.name flag
55+
// Supported browsers: chromium, firefox, webkit
5456
{ browser: 'chromium', provider: playwright() }
5557
],
5658
headless: true

0 commit comments

Comments
 (0)