« Extreme - rapid prototyping | Main | Off to Bangalore to facilitate a Extreme Programming Workshop »
December 22, 2004
Sample NAnt file with NUnit, NAnt & Fit integration
Here is a sample NAnt build file
that runs all of the NUnit tests, runs code coverage using NCover & runs all the Fit acceptance tests. I removed the values from the properties, so that you can write your own.
I had to use a for loop in the script to run all the acceptance tests automatically rather than typing each FIT specification individually. I also kept getting "Did you remember to extend Fixture?" and "fit.ActionFixture not found" when I tried to run FIT acceptance tests. I had to copy runFile.exe from Fit directory to the build directory in the nant file.
Posted by gunjan at December 22, 2004 08:16 PM