serenity-bdd / serenity-cucumber-starter

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

the browser is not shown #75

Open juandedios199012 opened 2 years ago

juandedios199012 commented 2 years ago

when executed with the command mvn clean verify or mvn verify the browser is not shown to see the iteration of the script with the web under test. But if you capture the images of the steps

wakaleo commented 2 years ago

Serenity runs the tests by default in headless mode. If you want to see the browser, change the serenity.conf file to disable headless mode.

juandedios199012 commented 2 years ago

Thanks you Jhon from Peru