gabrielfalcao / lettuce

Behavior-driven-development tool for python, inspired by Cucumber for Ruby ⛺
http://lettuce.it
GNU General Public License v3.0
1.27k stars 323 forks source link

Use tags as suite name in xml report. #555

Closed odovzhenko closed 5 years ago

odovzhenko commented 7 years ago

Hi,

We're using Jenkins2 pipelines in our project. Pipeline allows us to execute several tests suites in parallel.

Problem is that junit plugin can attach only one test report because all produced xml files has the same name attribute.