Thursday, February 12, 2009

Continous Integration with FlexUnit and TeamCity

I was trying to get one of our Flex projects to run on our Continuous Integration Server: TeamCity. Flex projects can be easily built by TeamCity using ant as the Build Runner and the "FlexAntTasks" but once it comes to executing the Unit tests, there's no direct support for it. Googling around I found someone with the exact same problem.
The guys at Catalysts posted a link to Peter Martin's Ant Test Runner and source code for a patched version of FlexUnit that can report to TeamCity.

Next challenge: Try to get Silverlight Unit Tests to work with TeamCity.