-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support parallel execution #141
Comments
Hi @aman13garg! Thank you for the request! Parallel execution should already work with Cucumber as described here. I need a bit more time to understand why this doesn't work with JustTestLah!. I'm also considering supporting TestNG in the next release which will allow better parallelization support with Cucumber (i.e. on scenario level instead of feature level). |
I found the issue. Parallel execution of tests is achieved by the Maven surefire or failsafe plugins. Both of them don't work with There is an easy workaround! If you don't need JUnit 5, simply exclude
Then parallel execution can be achieved by adding this configuration:
Have a look at #154. It still needs a bit of work and cleaning up but you can already use it do run tests in parallel. This will be fully supported and documented in release 1.10. |
Hi @martinschneider I would like to know that do we support running tests in parallel on mobile. If yes then do let me know what's need to be done or if not then do let me know how we can achieve it . is there any possibility for same ?
The text was updated successfully, but these errors were encountered: