Allow multi-browser configuration #5963
Labels
feat: browser
Issues and PRs related to the browser runner
p2-nice-to-have
Not breaking anything but nice to have (priority)
Clear and concise description of the problem
Currently, to run several browsers in Vitest, you need to create separate projects. Unfortunately, every project has its own browser provider and Vite server which makes it inefficient - reusing the same server could speed up tests tremendously because assets are cached.
Suggested solution
Allow passing down a list of browsers and configurations:
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: