temyers / cucumber-jvm-parallel-plugin

Maven plugin to help running Cucumber features in parallel
Apache License 2.0
129 stars 121 forks source link

Passing maven arguments #167

Closed debarnabbanerjee closed 6 years ago

debarnabbanerjee commented 6 years ago

Hello, Can you please tell me whether it will be possible to send maven arguments using this plugin ? I basically need the same thing mentioned below for sure fire plugin, but for parallel execution using this plugin.

Thanks Debarnab

org.apache.maven.plugins maven-surefire-plugin 2.21.0 BROWSERSTACK_USERNAME ${BROWSERSTACK_USERNAME} BROWSERSTACK_PASSWORD ${BROWSERSTACK_PASSWORD}
debarnabbanerjee commented 6 years ago

resolved by myself. Hence closing the issue.