prashant-ramcharan / courgette-jvm

Multiprocess | Parallel Cucumber-JVM | Parallelize your Java Cucumber tests on a feature level or on a scenario level.
MIT License
133 stars 39 forks source link

Cucumber pico-container is not identified When Allure Reporting is eabled #304

Closed MadhuQAAutomation closed 2 years ago

MadhuQAAutomation commented 2 years ago

Hi Prashant - I am tryin to generate Allure Report in my Gradle project using Courgette JVM. I have used cucumber pico-container for Test/Scenario Context. When I enable the Allure Report by configuring the plugin in Runner File and when I run the project from command line, I am getting the exception that it is unable to find the method :

image

However when I remove the Allure Plugin configuration from the runner class, I am able to run the code without any exception.

Can you help?

prashant-ramcharan commented 2 years ago

Hi, can you share your build.gradle file?

MadhuQAAutomation commented 2 years ago

Hi- Issue is resolved. It was due proxy because of which dependencies were not downloaded.