Closed zpalazov closed 2 years ago
./gradlew test
Task :test FAILED
RunCucumberTest > Cucumber > Belly > io.cucumber.skeleton.RunCucumberTest.Belly - a few cukes FAILED io.cucumber.junit.platform.engine.UndefinedStepException at TestCaseResultObserver.java:69
1 test completed, 1 failed
FAILURE: Build failed with an exception.
To clarify, the failure is expected. If you were to implement the missing steps, you'd get a passing project.
Thanks for your time and the clarification!
👓 What did you see?
Failed Gradle test task for the skeleton project.
The test task fails every time on a fresh cloned project.
✅ What did you expect to see?
Successful execution of the test task.
📦 Which tool/library version are you using?
The Gradle wrapper from the skeleton project. Run on Ubuntu 20.04.5 LTS
🔬 How could we reproduce it?
./gradlew test --rerun-tasks --info
This text was originally generated from a template, then edited by hand. You can modify the template here.