Grunt plugin for http://nightwatchjs.org/
npm install grunt-nightwatchjs 
Grunt plugin for http://nightwatchjs.org/
~0.4.5If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:
``shell`
npm install grunt-nightwatchjs --save-dev
Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:
`js`
grunt.loadNpmTasks('grunt-nightwatchjs');
Add a nightwatch.json file to the root of your project, then run a nightwatch environment as follows:
``
grunt nightwatchjs:my_env
Currently the plugin depends on the nightwatch cli being available from ./node_modules/.bin/nightwatch, so your project will have to include nightwatch as a dependency in your package.json`. This may change in time.
Nightwatchjs may have its own dependencies that need installing too (e.g. selenium jar). Best to check https://github.com/beatfactor/nightwatch.