Jacobvu84 / serenity-screenplay-appium

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

Run in headless mode with @Managed annotation #2

Open Jacobvu84 opened 5 years ago

Jacobvu84 commented 5 years ago

mvn -Dheadless.mode=true test

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

gecko.firefox.options = {"args": ["-headless"]}