Build Visual Studio Online with javascript tests

I want to enable Jasmine JavaScript tests to run when I build my solution, but I can't find any good walkthroughs or tutorials on how to do this.

We used to have chutzpah installed on a build server and that could run tests, but based on TFS2012, slightly different from VSO. Someone told me that karma extensions would be helpful, but not sure where to start.

Any advice is appreciated.

+3


source to share


1 answer


I recently wrote a blogpost about enabling JavaScript unit tests in Visual Studio Online (Visual Studio Team Services :)). Hope this helps a little.



+3


source







All Articles