vitest-jetbrains-plugin
vitest-jetbrains-plugin copied to clipboard
Vitest JetBrains plugin
In the first picture, I run from the package through webstorm, and the path is shown in the red box ```` // package.json script:{ test: "vitest" } ```` In the...
Running `npm exec -- vitest run -t test tests/Frontend/Views/HelloWorld.spec.ts` works fine as shown below.  But when I try to run through the green arrow in the gutter, I get...
Great project! Currently, on every project on WebStorm, I have the vitest gutter icons in the test even for projects that not using vitest
I am trying to migrate tests from jest to vitest. For all of my tests I need to use **UTC** timezone. Currently, I was able to achieve it by `TZ=UTC`...
Estou com problemas para rodar o debugger  node_modules/vitest/vitest.mjs run --threads false --coverage -t should return an entity with errors src/@core/company/application/use-case/update-company.use-case.spec.ts Debugger listening on ws://127.0.0.1:45253/92ab3c49-bf70-4b84-bf71-cb5e52b09cba For help, see: https://nodejs.org/en/docs/inspector Debugger...
In IntelliJ (or Webstorm), it is possible to debug Jest tests by choosing the [debug option](https://jmp.sh/VYEEoz1) from the dropdown menu. This allows you to set breakpoints, step through the code,...
I'm using Vitest with Remix. In Remix, you should use the `$` in the file name to define variables in the URLs. My files files are called for example: `posts.$postId.tsx`....
I use this plugin in webstorm, but i get garbled characters log  win10 webstorm 2022.2
thanks for the plugin! when running a test from intellij with the plugin version 0.5.0, i get:  i couldn't figure out how to force it to use vitest.cmd either...
Thanks for the plugin! With jest we were able to provide a custom configuration file and custom arguments in the Run/Debug configurations. Example: The use-case is that we would like...