-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vitest shows provider
as undefined for browsers even though provided in config
#7303
Comments
I am having the same issue and it started with v3.0.0 (v3.0.1 also has the same problem). It is working as expected with v2.1.8, I suppose this issue was introduced with the changed configuration structure from name to instances |
I noticed that running my entire suite works. It's only when I call out my browser workspace that it fails. This led to find that excluding the other workspaces works. 🤯 For me, that's |
I have only browser tests , so I can't exclude them , 😂 |
I am having the same issue... Error logs
System Info
|
Describe the bug
When use vitest browser mode, it gives such error even i have provided correct config as mentioned in docs - https://main.vitest.dev/guide/browser/#configuration
my config
Reproduction
https://github.com/NaviTheCoderboi/vitest-repro
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: