email2vimalraj / CucumberExtentReporter

A plugin to generate the cucumber jvm custom html report using ExtentsReport
http://www.vimalselvam.com/cucumber-extent-reporter/
MIT License
58 stars 74 forks source link

Unable to run cucumberExtend Report with cucumber #107

Open ZAlam12 opened 5 years ago

ZAlam12 commented 5 years ago

I am unable to run Extend report with cucumber. Kindly see the POM below:

POM:

    <dependency>
        <groupId>com.vimalselvam</groupId>
        <artifactId>cucumber-extentsreport</artifactId>
        <version>3.0.1</version>
    </dependency>

   <dependency>
        <groupId>com.aventstack</groupId>
        <artifactId>extentreports</artifactId>
        <version>3.0.7</version>
        <scope>provided</scope>
    </dependency>

    <dependency>
        <groupId>info.cukes</groupId>
        <artifactId>cucumber-core</artifactId>
        <version>1.2.5</version>
        <scope>test</scope>
    </dependency>

Error: Tests in error: Runner.initializationError » Cucumber Couldn't load plugin class: com.cucumber...

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0

[ERROR] There are test failures.

Please refer to D:\ForeeAutomationRepo\ForeAutoBitBucket\target\surefire-reports for the individual te st results.

I am unable to run my test, Kindly help us with this error.

rudreshtrivedi commented 5 years ago

What is your runner file code