Running Feature child (scenario)...
Begin scenario run...
Scenario completed...0
log4j:WARN No appenders could be found for logger (freemarker.cache).
log4j:WARN Please initialize the log4j system properly.
1 Scenarios (1 undefined)
3 Steps (3 undefined)
0m0.000s
You can implement missing steps with the snippets below:
@Given("^User is on home page of the applicaton$")
public void user_is_on_home_page_of_the_applicaton() throws Throwable {
// Write code here that turns the phrase above into concrete actions
throw new PendingException();
}
@When("^User clicks on Registration link$")
public void user_clicks_on_Registration_link() throws Throwable {
// Write code here that turns the phrase above into concrete actions
throw new PendingException();
}
@Then("^Registration page should be displayed$")
public void registration_page_should_be_displayed() throws Throwable {
// Write code here that turns the phrase above into concrete actions
throw new PendingException();
}