Few days ago I watched a BDD screencast by Rob Conery. In the video he showed how to use MSpec, so I downloaded it and played with the bits. What I want now is to integrate MSpec with MS Build, but I don't know how... I use TFS team build as my CI server - Can you help me to integrate MSpec with MSBuild?
Thanks!
At the moment the easiest way is to just Exec it.
Edit: Notice Additional Settings, you can call into the target like this:
If you pass --teamcity as an argument it outputs teamcity specific log data so TeamCity will track your tests.