aristanetworks / anta

What do you call an ant with frogs legs?
https://anta.arista.com/
Apache License 2.0
46 stars 24 forks source link

Add JUnit xml reports #789

Open dlobato opened 4 weeks ago

dlobato commented 4 weeks ago

JUnit XML report is a widely adopted format for many testing frameworks. The advantage over the currently available report formats in ANTA is the integration with tools such gitlab or github .

You can find more info about the format here: https://github.com/testmoapp/junitxml And a python module to help with the generation: https://github.com/weiwei/junitparser