1
votes

If we put @parallel=false only at the top of a scenario and not on a feature , then will it stop running the test cases in parallel and still run the features in parellel?

My whole intention is to not run scenarios parallely but run the features parallely.

1

1 Answers

2
votes

Features will always run in parallel if you use the parallel runner.

If you add the @parallel=false annotation - it will only affect the individual Scenario.