mercredi 28 mars 2018

Running cucumber test script in parallel in different browser

I hava a project with many features, i want to run a test in different browser in parallel using cucumber-jvm-plugin

In my POM.XML i add the 2 plugins of cucumber jvm and maver surefire

i create the runnerClass and add:

@RunWith(Cucumber.class)
@CucumberOptions(
features = {....},
glue={...})
public class RunnerTest extends AbstractTestNGCucumberTests{}

Now, i am not able to run the test How can i run the different features in browser in parallel using cucumber-jvm or selenium grid

Aucun commentaire:

Enregistrer un commentaire