Skip to content

[Feature] Add ability to combine parallel and serial tests #28475

@OSA413

Description

@OSA413

I'd like to see an option to combine serial tests and parallel tests. That would allow following scenario:

  1. Do one test (that in sequence)
  2. Do a bunch of parallel tests after the first test
  3. Do another (single) test in the sequence
  4. Finish with another bunch of parallel tests that run after all previous tests

Here's a draft of what I'd like to accomplish, to have parallel tests after some required test:

image

But the describe block marked with parallel doesn't show up in the UI mode (and won't run)

image

And if I remove the parallel in the second describe block tests appear, but they run in sequence

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions