Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork77
Open
Description
Did you check the docs?
- I have read all the docs
Is your feature request related to a problem? Please describe.
In the example below I have one test method which runs for a long time and other one is fast.
When I run the long running test and then while it's running I run second test, the first test method exits with code 143.
Describe the solution you'd like
I want to be able to execute tests in parallel.
I'd like to be able to have them both running at the same time.
Each would run in a different terminal.
Describe alternatives you've considered
Executing test run command manually.
Additional context
No response

