Uberi / Yunit

Super simple testing framework for AutoHotkey.
GNU Affero General Public License v3.0
53 stars 21 forks source link

Generate JUnit compatible XML-Output #3

Closed hoppfrosch closed 7 years ago

hoppfrosch commented 11 years ago

Would be nice, if YUnit could generate some JUnit-compatible output (XML File). With this the whole world to JUnit Tools is open (for example integrate your AHK-development with Jenkins (Continuous Integration Server).

As it's quite simple, I did an initial implementation.

What I couldn't find out: How to make the name of the generated output XML configurable ...

See my gist for this (the generated output is not completly valid yet - will fix it ASAP ...)

hoppfrosch commented 7 years ago

Closed since its implemented