Im trying to create test cases with Serenity BDD (using selenium). I have accepted the fact that between each test case it "restarts" the browser.
And I found a way to not do between Scenarios.
But what Im looking for is to run the test in normal browser mode and not in incognito. I want the browser to click the "remember me" option, log in, log out, and see username and password in the fields. But since the tests are running in the browser with incognito mode, the password is blank.
Any suggestions ?
Thank you