Module: BASICS OF CUCUMBER | Selenium Forum
M
Posted on 28/06/2016
In spite of doing everything correctly, I get the following error... Please help

1 Scenarios (1 undefined)
5 Steps (2 undefined, 3 passed)
0m0.102s


You can implement missing steps with the snippets below:

Then("^my boss fires me$", () -> {
// Write code here that turns the phrase above into concrete actions
throw new PendingException();
});

Then("^the developer likes me$", () -> {
// Write code here that turns the phrase above into concrete actions
throw new PendingException();
});

M
Replied on 30/06/2016

send the error.


M
Replied on 01/07/2016

Use runner class in same package, then issue will be solved or ru thorugh maven.