Running Serenity -Cucumber Test cases in parallel
问题 I'm new to Serenity and BDD. I've a small demo project based on Serenity-Cucumber and Page Based model. Below is the structure of the project: The Login and Logout features have around 8 scenarios. I want to be able to run the feature files in parallel. What is the easiest and most effective way to achieve this? So far I have Created separate Runner class for each feature and then used failsafe or surefire plugin - This is something I don't want as I don't want a new runner for each feature