serenity-bdd / serenity-cucumber

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

When using serenity , I am unable to generate extent Reports #174

Closed rohitpatwari84 closed 5 years ago

rohitpatwari84 commented 5 years ago
@RunWith(CucumberWithSerenity.class)
@CucumberOptions(
        plugin = {"pretty" ,"com.cucumber.listener.ExtentCucumberFormatter:output/report.html"},
        features = "src/test/resources/features/api/menuItems.feature",
        monochrome =true

Error -- Couldn't load plugin class: com.cucumber.listener.ExtentCucumberFormatter

POM - (Your serenity-dojo starter POM for API , Plus the below dependency) -

       <dependency>
            <groupId>com.vimalselvam</groupId>
            <artifactId>cucumber-extentsreport</artifactId>
            <version>3.1.1</version>
        </dependency>
wakaleo commented 5 years ago

What leads you to believe this is a Serenity issue?

wakaleo commented 5 years ago

Closing for lack of activity (and unrelated to Serenity).