-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi @connect2manu ,
Thanks for your effort and developing this code, It helped my research a lot. I have cloned this project then tried to run in my local. It gives me "No Test Found" error. I followed your all approach which you mentioned in your blog still its same. Can you please resolve this issue and run the same runner file? Also, if possible please try to run "CucumberWithSerenity" using your gradle tasks.
FYI - Please let me know if you stuck to create the Gradle Task and plugin which you might required in build.gradle
``
Task :processTestResources UP-TO-DATE
Task :testClasses
Task :test FAILED
Task :aggregate
Generating Serenity Reports for springboot-bdd-demo to directory /Users/xxxx/codeexamples/springboot-bdd-integration/target/site/serenity
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':test'.
No tests found for given includes: com.z2h.demo.bdd.DemoFeatureRunner
- Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. - Get more help at https://help.gradle.org
BUILD FAILED in 1s
7 actionable tasks: 5 executed, 2 up-to-date
``