serenity-bdd / serenity-cucumber-starter

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

Gradle build not displaying browser icon when passing the context parameter #36

Open despellhtb opened 4 years ago

despellhtb commented 4 years ago

I am trying to run the tests with -Dcontext=chrome parameter on Gradle but seems that the Serenity reports does not display the chrome icon rather it displays nothing. Does anyone know if I am doing it right ?

My build command:

gradle test -Dwebdriver.remote.driver=chrome -Dwebdriver.driver=remote -Dwebdriver.remote.url=http://localhost:4444/wd/hub -Dcontext=chrome -Dtags=@desktop