grunt-y2nw

0.0.5 • Public • Published

Grunt + y2nw

Basic task for using Yadda/Nightwatch on your build pipeline.

grunt.initConfig({
  y2nw: {
    local: {
      src: 'tests',
      dest: 'generated',
      options: {
        suffix: 'suitcase',
        language: 'English'
      }
    }
  }
});
 
grunt.loadNpmTasks('grunt-y2nw');

Then execute your tests with grunt-nightwatch.

$ grunt y2nw nightwatch

Build status

Build Status

/grunt-y2nw/

    Package Sidebar

    Install

    npm i grunt-y2nw

    Weekly Downloads

    3

    Version

    0.0.5

    License

    MIT

    Last publish

    Collaborators

    • pateketrueke