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

My typescript tests need to call "test-name.test" so it's able to find the right javascript file in the dist/ folder. I found no way to use the plugin because I...

needs feedback

Type: Bug WSL 2 Ubuntu 20.04.4 LTS nvm 0.39.1 node v18.7.0 npm 8.15.0 Disabled all but these three VSCode extensions: remote-wsl|ms-|0.66.3 vscode-remote-extensionpack|ms-|0.21.0 vscode-jest-runner|fir|0.4.48 To Reproduce - Run ' npx create-react-app...

good first issue

When I try to debug a test using the debug button, on a macOS machine running zsh, the script generated by the extension contains the test name pattern `-t \(.\*?\)`,...

bug

With this PR the configuration will be located as close as possible to the test file. - Replace the usage of vscode.workspace configuration with new implementation - Introduce Interface to...

This pr is to fix [jest config in package.json issue](https://github.com/firsttris/vscode-jest-runner/issues/220)

Dear all. This is because my Jest installation, using typescript, can't call the test by the full path of the .ts file. My need as to have only the name...

HI, I have an issue, maybe is my fault. I run VSCode on Windows with GitBash terminal. When I click on "Run" on a test, sometimes the command in the...

bug

The `Run` don't work with pnpm + WSL 2 (Ubuntu) - Windows 10 - WSL 2 with Ubuntu 20.04 - PNPM version: 7.1.9 - YARN version: 1.22.18 Repo that you...

good first issue

Hello, I have an issue when running tests in a file where either the name of a "describe" or a "it" is not a string but instead a function.name. In...

bug

As soon as a test file contains a param decorator like e.g. ```ts class SimpleTestController { handlerMethod(@Body() xxx) { return; } } ``` jest-runner will fail. There already was a...

bug