Hi,
We use selenium with cucumber-jvm for testing our web app. As browser tests are taking more time, we are looking for parallel execution.
We want parallel executions for features, and scenarios. Each feature file contains 4 or 5 scenarios, testing a page. We would like to run our feature files concurrently. Also we want to try execute scenarious concurrently. We want one similar to maven surefire plugin's parallel option with classes/methods, but just features/scenarios.
Earlier our team used plain selenium with junit, got parallel execution with selenium-grid. Now our team adopting to cucumber for behavior tests.
I couldn't find much document running cucumber tests parallely. Any help is appreciated. Thanks
Regards
Senthil