Parallel Node

The Parallel Node is a group node that executes all of its direct child branches concurrently, rather than one after another. This can significantly speed up test execution time for flows that contain independent, non-sequential tasks.

Configuration

  • parallelLevel: An optional number that controls the maximum number of child branches to execute in parallel at any given time. If not specified, it may run all children at once, depending on the runner’s capability.