npm ls jest or npm ls react-scripts (if you haven’t ejected):
your vscode-jest settings if customized:
jest.jestCommandLine?
jest.autoRun? false
anything else that you think might be relevant?
Operating system: any
Expected Behavior
Add an option NOT to show the "Test results". I prefer to see the tests running in the terminal, and eventually in the "Testing" view, no need for the "Test results".
There is already an option not to show the terminal (Auto Reveal Output), add one not to show the test results (or at least not to focus) the panel too.
Actual Behavior
The "Test results" panel is just a repetition of the other two, it does not display any relevant information that is not already available in the "Testing" view, in the code lenses and ultimately in the terminal itself.
It does not even show the test output, nor the cause of the failure. But even if it was showing it, I would still prefer not to use it.
It pops up hiding the terminal each time I run a test, I use the terminal for a lot of things and getting back to it each time is annoying.
There is an option to avoid the Jest terminal popping up exactly for this reason, there should be one for the "Test results" panel given it is even more intrusive.
Environment
vscode-jest version
: 5.2.3node -v
:npm -v
oryarn --version
:npm ls jest
ornpm ls react-scripts
(if you haven’t ejected):Expected Behavior
Add an option NOT to show the "Test results". I prefer to see the tests running in the terminal, and eventually in the "Testing" view, no need for the "Test results".
There is already an option not to show the terminal (Auto Reveal Output), add one not to show the test results (or at least not to focus) the panel too.
Actual Behavior
The "Test results" panel is just a repetition of the other two, it does not display any relevant information that is not already available in the "Testing" view, in the code lenses and ultimately in the terminal itself.
It does not even show the test output, nor the cause of the failure. But even if it was showing it, I would still prefer not to use it.
It pops up hiding the terminal each time I run a test, I use the terminal for a lot of things and getting back to it each time is annoying.
There is an option to avoid the Jest terminal popping up exactly for this reason, there should be one for the "Test results" panel given it is even more intrusive.