jest-community / vscode-jest

The optimal flow for Jest based testing in VS Code
MIT License
2.84k stars 294 forks source link

[FEATURE] Hide terminals #1166

Closed SpencerKaiser closed 3 months ago

SpencerKaiser commented 3 months ago

Is your feature request related to a problem? Please describe. My team is frustrated by the large number of terminals opened by the Jest extension within our mono repo. We use a code-workspace' file to logically organize our child project directories and each has a jest root associated with it. Everything works as expected, however, there are a large number of terminals that open.

Describe the solution you'd like A config flag to prevent a terminal from being created in favor of something that just runs in the background.

Describe alternatives you've considered Several members of my team have chosen to disable auto-run and instead rely on the buttons provided by jest-runner to trigger individual executions on demand, which in turn, don't populate errors inline 😔

connectdotz commented 3 months ago

This is a duplicate request as #1143. Let's resume the discussion there...