You can install the Chutzpah NuGet package to your project using the Package Manager Console
. Follow the steps in below article to install and configure the Chutzpah:
Testing your JavaScript using Chutzpah and Visual Studio Team Services
Make sure you correctly configured the “Test” task:
- Set the test assembly to match the JavaScript test naming
convention.
- Make sure that point to the Chutzpah test adapter, the NuGet package
that you installed earlier.
Also please note that “Publish Code Coverage Results” task only supports to show the code coverage result published with "JaCoCo" or "Cobertura" format for now. The "Summary file", you need to give the path of your summary file. You could give a UNC path or a local path.
