visual studio - Chutzpah nuget package - how to use it with VS2015 javascript file-what is the procedure -
i web app developed in asp.net, angularjs, typescript , unit test project in visual studio solution. have written unit test javascript files, read chutzpah, learned used run unit test in visual studio itself, tried using extension mention @ https://visualstudiogallery.msdn.microsoft.com/f8741f04-bae4-4900-81c7-7c9bfb9ed1fe , https://visualstudiogallery.msdn.microsoft.com/71a4e9bd-f660-448f-bd92-f5a65d39b7f0 these runs fine on local machine.
but want integrate unit test cases visual studio (tfs) build process, , found info here https://blogs.msdn.microsoft.com/visualstudioalm/2012/07/09/javascript-unit-tests-on-team-foundation-service-with-chutzpah/ regarding this. cannot update build controller @ end of artical mention there nuget package can used. uninstalled old extension , tried use nuget package dont see context menu chutzpah , unit test not shown in visual studio..
will nuget package gives same feature extension, running test cases in visual studio itself, running single test case, debugging test case.
my unit test project different test files doesn't go _publishwebsite folder, can copy folder, compulsory have in _publishwebsite folder.
using nuget package looks easy on build machine. complete , correct procedure
the nuget package useful if want automate tests in build ci server or command line. way debug tests. vs integration need install vsix's visual studio gallery.
Comments
Post a Comment