Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

grunt-simple-nunit-runner

MiKaDoO210.1.0

Run nunit tests

gruntplugin, nunit

readme

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