Scenario: As a user, I want to login to the system Given I am on my website When I enter valid credentials Then I am taken to the home page
The sce
These hooks will help:
@BeforeStep public void beforeStep(Scenario scenario){ System.out.println(scenario.toString()); } @AfterStep public void afterStep(Scenario scenario){ System.out.println(scenario.toString()); }