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:

  1. install chutzpah test adapter on each build machine , running tests in test explorer.

then customize msbuild scripts run tests.

  1. 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


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -