Running FitNesse Tests from your Team Build Script
For anyone using FitNesse you may have the need (or just plain desire) to run your FitNesse tests from within your Team Build scripts. This is a need that we have on a project I'm currently working on so I investigated the various options for implementing the tests within our automated build process. In the end, I ended up creating a custom build task that allows you to run FitNesse tests as part of your build. The build task currently supports FitNesse but will also support tsqlunit tests (another testing framework we use) in the near future. I've placed the…
