serenity-bdd / serenity-cucumber4-starter

48 stars 73 forks source link

Parallel execution of browser test does not work #13

Open mailvinay25 opened 4 years ago

mailvinay25 commented 4 years ago

Hi,

I have checkout the serenity-cucumber4-starter project, executed the "mvn verify" goal to test the 2 features included as examples. I see that the test execution is performed sequentially although the pom.xml has configuration for parallel execution using maven fail safe plugin. Am I missing something here?

Thank you, Vinay.