serenity-bdd / serenity-cucumber-starter

A skeleton project for Serenity BDD and Cucumber JVM
Apache License 2.0
179 stars 292 forks source link

run with tags and multiple browsers #38

Closed marek2209 closed 4 years ago

marek2209 commented 4 years ago

I am not able to run my tests with that pom and libraries. im using that configuration in intellij

-ea -Dwebdriver.driver=chrome -Dcucumber.options="--tags @XR-xxxx"

Also when i run test via mvn command then i have opened multiples browser windows .

marek2209 commented 4 years ago

ok problem was in surefire plugin. it have parallel run set by default