0

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?

Pavel Voronin
  • 13,503
  • 7
  • 71
  • 137
  • Are you using XAML build or vNext build? Please share your build steps here. – Cece Dong - MSFT May 24 '16 at 07:31
  • XAML. We use Typemock and it doesn't work with vNext yet. What I know is that build returns the following error: C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v14.0\WebApplications\Microsoft.WebApplication.targets (136): Could not copy the file "obj\Debug\Wumte.WebClient.Frontend.Tests.exe" because it was not found. – Pavel Voronin May 24 '16 at 07:34
  • @Cece-MSFT Do you need the whole XAML? – Pavel Voronin May 24 '16 at 07:35
  • No need to share the XAML definition now. Have you customized your build process template to use Typemock? – Cece Dong - MSFT May 24 '16 at 08:21
  • @Cece-MSFT This file is provided by Typemock itself. Disclaimer: Actually, I'am not experienced with ALM part of TFS. What is the general idea of running JS tests along with usual mstests. Should it be two different test runs? – Pavel Voronin May 24 '16 at 08:39

1 Answers1

0

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.

Cece Dong - MSFT
  • 29,631
  • 1
  • 24
  • 39