You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I want to run vitest in headless mode via the CLI npx vitest --browser.headless I get the following error: Error: Vitest Browser Mode requires "browser.name" (deprecated) or "browser.instances" options, none were set..
This used to work with v2 and the deprecated browser.name in my workspace config.
Describe the bug
When I want to run vitest in headless mode via the CLI
npx vitest --browser.headless
I get the following error:Error: Vitest Browser Mode requires "browser.name" (deprecated) or "browser.instances" options, none were set.
.This used to work with v2 and the deprecated browser.name in my workspace config.
Reproduction
I have a vitest workspace defined like this:
Run
npx vitest --browser.headless
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: