#QA_question
Привет всем!
Я только начала изучать Cucumber и сразу столкнулась с проблемой(
Может кто сможет помочь пожалуйста
Решила copy-paste сделать проект из инет но и он не запускается
Ошибка выходит такая:
Step undefined
You can implement this step and 2 other step(s) using the snippet(s) below:
Given("today is {string}", (String string) -> {
// Write code here that turns the phrase above into concrete actions
throw new io.cucumber.java8.PendingException();
});
When("I ask whether it's Friday yet", () -> {
// Write code here that turns the phrase above into concrete actions
throw new io.cucumber.java8.PendingException();
});
Then("I should be told {string}", (String string) -> {
// Write code here that turns the phrase above into concrete actions
throw new io.cucumber.java8.PendingException();
});
Step skipped
Step skipped
Step undefined
You can implement this step and 2 other step(s) using the snippet(s) below:
Given("today is {string}", (String string) -> {
// Write code here that turns the phrase above into concrete actions
throw new io.cucumber.java8.PendingException();
});
When("I ask whether it's Friday yet", () -> {
// Write code here that turns the phrase above into concrete actions
throw new io.cucumber.java8.PendingException();
});
Then("I should be told {string}", (String string) -> {
// Write code here that turns the phrase above into concrete actions
throw new io.cucumber.java8.PendingException();
});
Step skipped
Step skipped
Step undefined
You can implement this step and 2 other step(s) using the snippet(s) below:
Given("today is {string}", (String string) -> {
// Write code here that turns the phrase above into concrete actions
throw new io.cucumber.java8.PendingException();
});
When("I ask whether it's Friday yet", () -> {
// Write code here that turns the phrase above into concrete actions
throw new io.cucumber.java8.PendingException();
});
Then("I should be told {string}", (String string) -> {
// Write code here that turns the phrase above into concrete actions
throw new io.cucumber.java8.PendingException();
});
Step skipped
Step skipped
Undefined scenarios:
file:///C:/proj/CucumberTest/src/test/java/Feature/Login.feature:11 # Today is or is not Friday
file:///C:/proj/CucumberTest/src/test/java/Feature/Login.feature:12 # Today is or is not Friday
file:///C:/proj/CucumberTest/src/test/java/Feature/Login.feature:13 # Today is or is not Friday
3 Scenarios (3 undefined)
9 Steps (6 skipped, 3 undefined)
0m0,493s