Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Unable to run cucumberExtend Report with cucumber #107

Open
ZAlam12 opened this issue Feb 27, 2019 · 1 comment
Open

Unable to run cucumberExtend Report with cucumber #107

ZAlam12 opened this issue Feb 27, 2019 · 1 comment

Comments

@ZAlam12
Copy link

ZAlam12 commented Feb 27, 2019

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
Copy link

What is your runner file code

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants