Jacobvu84 / screenplay-cucumber-webdriver

The demo shows the integration of Serenity BDD, Screenplay and Cucumber JVM.
1 stars 1 forks source link

Run in headless mode with @Managed annotation #4

Open Jacobvu84 opened 5 years ago

Jacobvu84 commented 5 years ago

mvn verify -Dheadless.mode=true

but change the web driver annotation "chrome" to "firefox" the we should

mvn verify -Dgecko.firefox.options = {"args": ["-headless"]}

Jacobvu84 commented 5 years ago

issue-1170

Jacobvu84 commented 5 years ago

geckodriver supports a number of capabilities