Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not read @CucumberOptions plugin #784

Closed
Evgeniya-Smoliak opened this issue May 22, 2019 · 1 comment
Closed

Not read @CucumberOptions plugin #784

Evgeniya-Smoliak opened this issue May 22, 2019 · 1 comment
Labels

Comments

@Evgeniya-Smoliak
Copy link

Evgeniya-Smoliak commented May 22, 2019

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'

@ptrthomas
Copy link
Member

ptrthomas commented May 22, 2019

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

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

No branches or pull requests

2 participants