You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use karate 0.9.2, junit. I need to use Report Portal for reporting. In my Runner class I write
@CucumberOptions(
features = "classpath:features",
plugin = {"com.epam.reportportal.cucumber.ScenarioReporter"}
)
But ScenarioReporter is not read and I have not launch on Report Portal. For RP I added dependency 'com.epam.reportportal:agent-java-cucumber:4.0.2'
Unfortunately, @KarateOptions has not parameter 'plugin', only 'features' and 'tags'
The text was updated successfully, but these errors were encountered:
yes, karate has no connection to cucumber other than the syntax. plugins are not supported. please refer #444 - you can see if this thread on reporting helps you: #683
I use karate 0.9.2, junit. I need to use Report Portal for reporting. In my Runner class I write
@CucumberOptions(
features = "classpath:features",
plugin = {"com.epam.reportportal.cucumber.ScenarioReporter"}
)
But ScenarioReporter is not read and I have not launch on Report Portal. For RP I added dependency 'com.epam.reportportal:agent-java-cucumber:4.0.2'
Unfortunately, @KarateOptions has not parameter 'plugin', only 'features' and 'tags'
The text was updated successfully, but these errors were encountered: