mmetesreau / grunt-simple-nunit-runner

Grunt task for running NUnit

Home Page:https://www.metesreau.com/dotnet-node-et-edgejs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grunt-simple-nunit-runner

Run nunit tests using Grunt. This plugin use edge.js and require .NET 4.5

The "nunit" task

In your project's Gruntfile, add a section named nunit to the data object passed into grunt.initConfig().

grunt.initConfig({
    nunit: {
        dev: {
            src: ['path/to/tests.dll']
        }
    }
});

Continuous testing flow

Some samples are available here

About

Grunt task for running NUnit

https://www.metesreau.com/dotnet-node-et-edgejs/

License:MIT License


Languages

Language:JavaScript 100.0%