vitest-jetbrains-plugin icon indicating copy to clipboard operation
vitest-jetbrains-plugin copied to clipboard

Vitest JetBrains plugin

Results 13 vitest-jetbrains-plugin issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/36493058/184717737-81687c91-055a-44ac-a669-86f99c22e61b.png) 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 ![image](https://user-images.githubusercontent.com/76189249/197857178-cd7b2162-e9e6-4594-b01d-b224a4c29676.png) 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 ![企业微信截图_16644452278138](https://user-images.githubusercontent.com/32354856/193001071-3a77f495-0940-4e17-bc6e-3d63f6db7384.png) win10 webstorm 2022.2

thanks for the plugin! when running a test from intellij with the plugin version 0.5.0, i get: ![Snag_53078fd](https://user-images.githubusercontent.com/26903735/181804871-1226b44e-54d4-499b-9f25-09b4ca896985.png) 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...