vscode-jest-runner icon indicating copy to clipboard operation
vscode-jest-runner copied to clipboard

Simple way to run or debug one or more tests from context menu, codelens or command plalette

Results 90 vscode-jest-runner issues
Sort by recently updated
recently updated
newest added

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

Hey, we have an issue with running tests with pinned `run/debug` and would like to know if the following is even doable with this extension. If your `describe` or `it`...

Hello, I love this plugin that offer a simple way to "Run | Debug" a test generating directly correct command line :) I often used it.each and template literal like...

bug

I am using this plugin in a monorepo with several modules. In my case, I have configured `jestrunner.jestCommand` to be `yarn test` (which in my case executes `vitest` instead of...

enhancement
debt

Maybe you could add the 'mjs' and 'mts' extensions as default?

needs feedback
good first issue

Suggested feature for #199 It is a proof of concept of a way of transforming the test file path, that could be used in a docker container For example, instead...

I guess this problem probably isn't caused by vscode-jest-runner itself. But I'm a novice in debugging command line issue and have no idea where to start. I did some google...

bug

Hi I'm using the `using` keyword in my test, but this makes it so the "run test" buttons go away. This was added in typescript 5.2 https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-2.html#using-declarations-and-explicit-resource-management How might I...

enhancement
good first issue

We are migrating away from vscode-jest, since it is too buggy, leaves orphaned processes, and often has stability issues. This extension works reliably every time. However, it'd be great if...

enhancement