Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feature: Ability to run multiple tests in parallel #386

@maciekwiso

Description

@maciekwiso

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.

Image

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions