Question

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?

Was it helpful?

Solution

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)

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top