KarmaGruntJSUnit.MSBuild
1.0.6
dotnet add package KarmaGruntJSUnit.MSBuild --version 1.0.6
NuGet\Install-Package KarmaGruntJSUnit.MSBuild -Version 1.0.6
<PackageReference Include="KarmaGruntJSUnit.MSBuild" Version="1.0.6"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add KarmaGruntJSUnit.MSBuild --version 1.0.6
#r "nuget: KarmaGruntJSUnit.MSBuild, 1.0.6"
// Install KarmaGruntJSUnit.MSBuild as a Cake Addin #addin nuget:?package=KarmaGruntJSUnit.MSBuild&version=1.0.6 // Install KarmaGruntJSUnit.MSBuild as a Cake Tool #tool nuget:?package=KarmaGruntJSUnit.MSBuild&version=1.0.6
Adds Karma and Grunt scripts to your project and runs the Javascript unit test as part of the build.
One needs to add the test files inside TestScripts Folder.
Add references to source js files in Karma.conf.js, eg:
files: [
'Scripts/angular.js',
'Scripts/angular-*.js',
'Sources/*.js',
'TestScripts/*.js'
],
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
NOTE: this nuget package needs NodeJS to be installed on your machine.
1.0.0.1 : Fixed Basic MSBuild Target Issue.
1.0.0.2 : Improved Error Reporting in VS Errors list
1.0.3 : Nuget packages only support 3 digit version number
1.0.4 : Updating the error reporting.
1.0.6: Removing dependency on AngularJS, Jquery, etc, as users can add then on top of this nuget