Reputation: 2058
I'm using Allure reports with CucumberJVM for Selenium browser testing purpose.Followed below link for configuration https://github.com/clicman/allure-cucumber-jvm-example/blob/master/pom.xml
Most of the Features and Scenarios are shown properly in the report except few of them which are shown as Without feature and Without Story
Upvotes: 0
Views: 1832
Reputation: 361
You using outdated fork of examples. Try this original one: https://github.com/allure-examples/allure-cucumber-jvm-example
Upvotes: 2