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
265 stars 124 forks source link

Feature Request: Please add `run tests in file` menu back #212

Closed jimsleon closed 3 years ago

jimsleon commented 3 years ago

There was a menu run tests in file before, I forgot from which version it was removed. without this menu,you have to right click at the beginning of the file or the end of the file(or some where not in a test case) to run all tests in the file. which is not convenient because you might need to scroll first to do it. with the old menu 'run tests in file', you can do it by right click at any place in the file. (This was extremely annoying when there was a bug with jest each)

SO PLEASE ADD IT BACK.

firsttris commented 3 years ago

its still there, just open the command palette strg+shift+p and search for "jest file".

i just dont want to flood the command menu with to many options.

firsttris commented 3 years ago

are you happy with this option?