I have 2 feature file that include multiple scenarios, I want to run the scenarios of each feature file in parallel.
For example:
example1.feature has 2 scenarios
example2.feature has 3 scenarios
How to run the five scenarios in parallel ?
Thanks All :)