There is a blog post ( Lightweight Test Automation System - Auto Build Support ) that describes how to implement the runner as a console application, it can then be easily integrated into the build server by redirecting the build output and setting the return code accordingly.
The author published the code used in the article, you can download it from here .
source
share