reportportal / agent-java-cucumber

Cucumber JVM version [1.0.0; 2.0.0) adapter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.ClassNotFoundException after switching to 4.0.0 version

ochubey opened this issue · comments

After upgrading to the testCompile com.epam.reportportal:agent-java-cucumber:4.0.0 version following error shows:
utils.RunCukesTest > initializationError FAILED
cucumber.runtime.CucumberException
Caused by: java.lang.ClassNotFoundException

Looks like there is no cucumber.StepReporter and/or cucumber.ScenarioReporter in com.epam.reportportal package.