is it possible for ccnet to say that the build has failed in the ccnet tray and the web site if a unit test fails for the project?
Anyone know of a tutorial for this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Of course ! And it is the goal for continuous integration !
Just add a task to run your unit test after compilation. It depends heavily on the programming language you use, but you can consider running the EXE for unit tests.
So to summarize, sample task order :
You ask for a tutorial, I can give you an example :