grunt-simple-nunit-runner

0.1.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1

Package Sidebar

Install

npm i grunt-simple-nunit-runner

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • mikadoo