Chutzpah - is it possible to integrate chutzapah test running with visual studio build -
is possible integrate chutzapah test running visual studio build? mean here - if test fails build fails.. .that way..
i think have 2 ways of doing this:
- install chutzpah test adapter on each build machine , running tests in test explorer.
then customize msbuild scripts run tests.
- use command line + custom msbuild task
it looks chutzpah has command-line runner, can create powershell script gets called build server run tests. see chutzpah documentation more information, should chutzpah.console.exe under: chutzpah.3.2.4\tools
next if want integrate visual studio build means msbuild integration. take @ exec task on how run custom commands , react based on results