Closed khaosdoctor closed 1 year ago
Made a small video about this
https://github.com/jest-community/vscode-jest/assets/3200560/533fca39-d255-4509-8d50-a2a194c25831
Yes, "Test Results" tab is not yet fully supported, see similar discussion #1051. Let's continue the discussion there. Closing this for now. Thanks!
Environment
vscode-jest version
: 5.2.3node -v
: 16.20.1npm -v
oryarn --version
: 1.22.10npm ls jest
ornpm ls react-scripts
(if you haven’t ejected): 29.5.0Prerequisite
npm run test
ornode_modules/.bin/jest
) yarn testSteps to Reproduce
Test Results
panel on the bottomExpected Behavior
The Test results output keeps the terminal output in the side window
Actual Behavior
The tab is being cleared as soon as the test ends but the result remains in the Terminal tab