Continuous integration with AsUnit and TeamCity

After my previous post I managed to integrate AsUnit with TeamCity and also to implement a new JUnitStyleResultPrinter into ASUnit.

And here is the result of all my efforts, the magic green tick :

testsPassed

As for the changes in the AsUnit framework I’ve forked the repository on GitHub and committed them. They are completely different from the ones I published in my previous post because I worked out a better way of implementing the new ResultPrinter.

You can find the forked repository here:     http://github.com/vizio360/asunit

UPDATE

I’ve just noticed that the header comment in the XMLResultPrinter class mentions that it traces out a JUnit style result. DOH!

Btw the problem I found with it was that I couldn’t retreive the xml string to then save it on a file, so it’s why I’ve created a new JUnitStyleResultPrinter.

This entry was posted in AS3, Flash, TDD, Tools. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.
blog comments powered by Disqus