grunt-y2nw

v0.0.5
Transform Yadda-features into custom Nightwatch suitcases!
nightwatch features yadda

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

npm i grunt-y2nw

Metadata

  • MIT
  • Whatever
  • Alvaro Cabrera
  • released 10/18/2015

Downloads

Maintainers