temyers / cucumber-jvm-parallel-plugin

Maven plugin to help running Cucumber features in parallel
Apache License 2.0
129 stars 122 forks source link

Conflict with Zephyr Plugin for Jenkins #153

Closed DmitryGron closed 6 years ago

DmitryGron commented 6 years ago

Hola, I faced conflict with Zephyr Plugin for Jenkins, means that all xml's sent to zapi can't be processed correctly, so we have unexecuted status in test cases.

Cheers, DmitryGron

mpkorstanje commented 6 years ago

This plugin only generates junit or testng runners. It doesn't do execution or reporting. You may need to check with surefire.

If you do think this is a bug with this plugin please include sufficient information to reproduce the problem.