Is this possible?
Actually, any tips about running nbehave tests and integrating them with build server would be appreciated.
Maybe there's a good alternatives?
Is this possible?
Actually, any tips about running nbehave tests and integrating them with build server would be appreciated.
Maybe there's a good alternatives?
Have you tried behaveN? http://code.google.com/p/behaven/
It uses nunit and therefore integrating it with build server should be easy(assuming that you are using nunit)
You could check the nbehave examples, there's both a nant and a msbuild task.
Actually yes, it is possible with the current release. The release now includes .tdnet files that TestDriven finds to direct it find the correct assemblies and call your tests.