You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
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
``
The text was updated successfully, but these errors were encountered:
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
``
Execution failed for task ':test'.
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.
BUILD FAILED in 1s
7 actionable tasks: 5 executed, 2 up-to-date
``
The text was updated successfully, but these errors were encountered: