Trax-air / swagger-tester

Automatically test your swagger API
MIT License
104 stars 36 forks source link

add xunit output #15

Open zdelagrange opened 8 years ago

zdelagrange commented 8 years ago

standard xunit output would allow for easier integration into a CI environment

flavianh commented 8 years ago

I'm not exactly sure how that would work out actually. I'd prefer to leave this part to the test runner. What we could aim for however, is generating test cases tailored for unittest / nose / pytest. If you want to give it a shot, go ahead ;)