reportportal / agent-java-cucumber4

Cucumber JVM version [4.0.0; 5.0.0) adapter
Apache License 2.0
6 stars 9 forks source link

two tests are generated when executing one cucumber scenario under the launch #47

Closed code255255 closed 4 years ago

code255255 commented 4 years ago

I'm using below jar versions agent-java-testng - 5.0.0-BETA-9 agent-java-cucumber4- 5.0.0-BETA-9 client-java - 5.0.0-BETA-9 logger-java-logback- 5.0.0-BETA-9

Reportportal version - 5.1.0 Cucumber-java - 4.7.1 Screen Shot 2020-05-13 at 10 05 34 PM

Can you please check.

code255255 commented 4 years ago

Any solution for this issue? Can you please advice.

evjlobanova commented 4 years ago

Now we are working on java agent updating to the latest version. As soon as we release Java Test NG ( you can use a little bit outdated version, we have released a Test NG 5 rc agent), we will start working with cucumber

HardNorth commented 4 years ago

What I see here is that you report TestNG launch with a TestNG agent and Cucumber launch with a cucumber agent. Just use only one of them and it will solve your problem.