Is there any way to execute tests in patallel?

Hi,

I have x number of test cases and I am executing them on an EC2 instance. What is happening currently is all of the tests are getting executed sequentially.

Is there any way I can execute all of them in parallel like 5 threads in a single machine each thread will execute x/5 tests and will have a combined result at the end??

I know selenium + TestNG have such flexibility to run tests in parallel, not sure about botium.

I think that it is possible when using Jest instead of the default mocha with Botium.

Thanks @Florian ,

Do we have any documentation around this?? or it would be a great help if you can guide me on this.

there is not really documentation in Botium about it, but you can see how it works in this Repl: https://replit.com/@FlorianTreml/replit-botium-bindings-jest