Skip to content
New issue

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

[FEATURE] Option to completely disable terminal #1143

Open
asportnoy opened this issue Apr 22, 2024 · 2 comments
Open

[FEATURE] Option to completely disable terminal #1143

asportnoy opened this issue Apr 22, 2024 · 2 comments
Labels
need-discussion needs more in-depth discussion

Comments

@asportnoy
Copy link

Is your feature request related to a problem? Please describe.
The Jest terminal gets in the way for me and messes with my workflow

Describe the solution you'd like
I'd like an option to completely disable the terminal from showing up and solely have results in the "test results" panel

Describe alternatives you've considered
I disabled the auto focus which did help a bit, but still would prefer for it to not be there at all. I tried manually closing the terminal as well but it just reopens the next time I run a test.

Additional context
N/A

@connectdotz
Copy link
Collaborator

This is the first time I've encountered such a request. Typically, disabling jest.outputConfig.revealWithFocus should prevent the terminal from popping up to interrupt your workflow. Rather than adding another option to disable the terminal, perhaps we could consider handling the terminal's close event to ensure it doesn't reopen once a user has explicitly closed it. 🤔

Let's keep this discussion open to gather more feedback from other users.

@connectdotz connectdotz added the need-discussion needs more in-depth discussion label May 4, 2024
@asportnoy
Copy link
Author

That seems like a pretty good option to me, makes sense that closing the terminal would keep it from re-opening.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need-discussion needs more in-depth discussion
Projects
None yet
Development

No branches or pull requests

2 participants