Pass mode to vitest vsc plugin #397
Unanswered
waldemarennsaed
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Do you have a config file? By default, the extension uses that. If there are no configs, it uses a script from Currently, there is no way to pass down arguments manually, but you can use |
Beta Was this translation helpful? Give feedback.
5 replies
-
For people coming to see this, I had the same problem and you can pass cli flags through the extension's settings ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to configure the vitest plugin in a way to pass a vite
mode
?Currently I am executing my unit-tests by running this command (a script in my
package.json
):vitest run --mode=test-unit
I need the
mode
test-unit
to be passed to the VSC plugin, otherwise some tests are failing.Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions