serenity-bdd / serenity-cucumber

Cucumber integration for the Serenity BDD Reporting library
Other
78 stars 74 forks source link

Why my report not generating Features tab and also not generating anything in Requirement- Specifications #238

Closed arm235 closed 4 years ago

arm235 commented 4 years ago

Removing

wakaleo commented 4 years ago

It won't be related to your pom.xml file; more likely something to do with your project directory structure. Have a look at https://github.com/serenity-bdd/serenity-cucumber-starter and model your project structure on that example.

wakaleo commented 4 years ago

Feature files should go in src/test/resources/features, not in src/test/java (which is for Java source code)

wakaleo commented 4 years ago

Start with the starter project and migrate your feature files and classes to this structure.

wakaleo commented 4 years ago

Start with the starter project and migrate your feature files and classes to this structure.

wakaleo commented 4 years ago

See https://github.com/serenity-bdd/serenity-cucumber-starter/blob/screenplay/README.md