Search code examples
intellij-ideaserenity-bddcucumber-serenity

Serenity in InteliJ - test passed but browser webpage not running visible


I am new to use serenity.

I setup IntelliJ - gradle project and run the serenity test on one of the feature file. I saw Test result passed in IntelliJ but i did not see the browser launched and website auto navigated per test script.

Is there something wrong or I missed to setup? I want to see the browser launched the steps run on the webpage during test execution.


Solution

  • If you setup project from sample project https://github.com/serenity-bdd/serenity-cucumber-starter, then you can change the setting from file src/test/resources/serenity.conf

    headless.mode = false