We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vscode-jest version
node -v
npm -v
yarn --version
npm ls jest
npm ls react-scripts
npm run test
node_modules/.bin/jest
Test Results
The Test results output keeps the terminal output in the side window
The tab is being cleared as soon as the test ends but the result remains in the Terminal tab
The text was updated successfully, but these errors were encountered:
Made a small video about this
Sorry, something went wrong.
Yes, "Test Results" tab is not yet fully supported, see similar discussion #1051. Let's continue the discussion there. Closing this for now. Thanks!
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: