Is there a feature with drone similar to CircleCI’s parallel testing? Where let’s say you have 100 tests it automatically gets split into 50 tests each and are run in parallel?
Drone supports parallel step execution (see http://docs.drone.io/pipelines/#parallel-execution) but you have to define how tests are executed in parallel – drone will not do this for you automatically.
1 Like