prashant-ramcharan / courgette-jvm

Multiprocess | Parallel Cucumber-JVM | Parallelize your Java Cucumber tests on a feature level or on a scenario level.
MIT License
130 stars 38 forks source link

Provision to make parallel testing - True/False #313

Closed madhu29071984 closed 2 years ago

madhu29071984 commented 2 years ago

Hi Prashant- I have been using courgette jvm in my project for couple of years. I know it's basically support parallel testing. Is there any option that this library can be used for sequential test execution as well.

prashant-ramcharan commented 2 years ago

Hi @madhu29071984 ,

Using threads=1 and CourgetteRunLevel.FEATURE in your Courgette runner will run each feature sequentially.