Cucumber : Is it possible to achieve parallel execution of cucumber scenarios with features files executed synchronously

134 Views Asked by At

I have multiple feature files which are to be executed synchronously along with that I would like to have parallel execution of scenarios mentioned in these feature files. Any suggestions/feedback is really appreciated.

Tried parallel execution as mentioned in Cucumber Documentation and the scenarios from all feature files were executed parallely.

0

There are 0 best solutions below