By tag: Hudson
0
kicks
Learning Hudson: Setting up to run and report Unit Test results
We will be taking a look at how we can use Hudson to report our Unit Tests results after each build. We will be looking at both reporting NUnit and MSTest results and will also show how you can convert MSTest results into NUnit results in order to report all tests in a single screen.
0
kicks
Learning Hudson: Setting up a simple build
Taking a look at how to setup the Hudson build server for our application. Start off by showing how simple it is to install Hudson and then walk through various configuration points in the server and end up by creating a simple build which pulls from SVN and runs our Nant script