firsttris / vscode-jest-runner

Simple way to run or debug one or more tests from context menu, codelens or command plalette
https://marketplace.visualstudio.com/items?itemName=firsttris.vscode-jest-runner
MIT License
264 stars 124 forks source link

jest runner creates a new Terminal each time and the first time it does not run the test #300

Open pshaddel opened 1 year ago

pshaddel commented 1 year ago

The problem is that I have a open terminal and I would like to run the test in it. Not creating a new Terminal for running a test.

Another issue is that first time it creates the new Terminal Tab it does not run the test and I have to run the test again.

VScode: 1.76.1 MacOS: 13.2.1 Jest Runner: v0.4.60

You can find a video attached. Please tell me if there is an option or if something is wrong with my setup. If that is not the case I would love to contribute to this cool Extension and add an option for this matter. https://user-images.githubusercontent.com/43247296/224327146-316d110d-4d3d-4e23-94d9-1d8cc9cc7723.mov