Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork78
Open
Description
Did you check the docs?
- I have read all the docs
Is your feature request related to a problem? Please describe.
Currently when you run test method twice, they all run in the same terminal and overwrite each other.
It'd be useful to be able to choose to run test class/method in a new terminal.
Describe the solution you'd like
There should be another action like JavaTestRunCurrentMethodNewTerminal that would run the test mehod in a new terminal, so that we don't lose terminal from previous test run.
Describe alternatives you've considered
Executing the test in a new terminal with manual command.
Additional context
No response