Hello,
our testing suite (cypress.io) offers the option to run tests parallel to speed up execution time. (sfr: https://docs.cypress.io/guides/guides/parallelization.html)
Is there any way to activate this with drone? I found the option to run steps in parallel using the depends_on syntax, but nothing on how to enable multiple runners for one step.
Thanks for any help!