How to run javascript tests for node.js project on gated check in?

85 Views Asked by At

I've added node.js project to solution. Now I need js tests to be discovered and run on gated check-in.

How can I achieve this?

1

There are 1 best solutions below

1
Cece Dong - MSFT On

Typemock supports integrate with both XAML build and vNext build in Team Foundation Server 2015. Check this link for more details: http://www.typemock.com/docs?book=Isolator&page=Documentation%2FHtmlDocs%2Fintegratingwithteamfoundationserver2015.htm

If you want to use Typemock in XAML build, you can either Configuring the Typemock Isolator Template, or Using Typemock Tasks in your Custom Template.