You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anything else that you think might be relevant? [fill]
Operating system: MacOS 10.15.7
Prerequisite
are you able to run jest test from the command line? Yes
how do you run your tests from the command line? (for example: npm run test or node_modules/.bin/jest) jest (node_modules)
Steps to Reproduce
I have a simple codebase and a few tests. While I'm debugging and working on a test I like to re-run the specific test that I'm working on because my machine isn't overly powefull and "watch" drags it through the mud. Also watching a single test/file drags the system as well when I'm rapidly changing and iterating. My typical process with this machine is to do all my editing, save, run last test, iterate.
Simply attempt to click the "ReRun Last Test" or set a keyboard shortcut to do so.
Clicking the button does nothing:
Screen.Recording.2023-10-01.at.9.41.03.AM.mov
Also attempting the keyboard shortcut does nothing. However "re-run all" works.
Relevant Debug Info
Expected Behavior
When I run a single test (from test explorer or in the editor) I would expect the keyboard shortcut or the icon in test explorer to re-run that same test when clicked/pressed.
Actual Behavior
It does nothing.
The text was updated successfully, but these errors were encountered:
Environment
vscode-jest version
: v5.2.3node -v
: v16.20.2npm -v
oryarn --version
: 1.22.19 (yarn)npm ls jest
ornpm ls react-scripts
(if you haven’t ejected):Prerequisite
npm run test
ornode_modules/.bin/jest
)jest
(node_modules)Steps to Reproduce
I have a simple codebase and a few tests. While I'm debugging and working on a test I like to re-run the specific test that I'm working on because my machine isn't overly powefull and "watch" drags it through the mud. Also watching a single test/file drags the system as well when I'm rapidly changing and iterating. My typical process with this machine is to do all my editing, save, run last test, iterate.
Simply attempt to click the "ReRun Last Test" or set a keyboard shortcut to do so.
Clicking the button does nothing:
Screen.Recording.2023-10-01.at.9.41.03.AM.mov
Also attempting the keyboard shortcut does nothing. However "re-run all" works.
Relevant Debug Info
Expected Behavior
When I run a single test (from test explorer or in the editor) I would expect the keyboard shortcut or the icon in test explorer to re-run that same test when clicked/pressed.
Actual Behavior
It does nothing.
The text was updated successfully, but these errors were encountered: