serenity-bdd / serenity-cucumber-starter

A skeleton project for Serenity BDD and Cucumber JVM
Apache License 2.0
178 stars 280 forks source link

Starter code not generating reports #115

Closed ojrchen09cheno closed 1 year ago

ojrchen09cheno commented 1 year ago

I just got the starter code without changes and when I try to run the CucumberTestSuite it gives me this error

No tests found for given includes: [starter.CucumberTestSuite](--tests filter)

If I try to run gradle test, it builds but with 0 tests in the report, and if I try to run it manually from the feature file, it works as expected. The java version I am using is 17