tacoss / grunt-y2nw

Transform Yadda-features into custom Nightwatch suitcases!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Transform Yadda-features into custom Nightwatch suitcases!


Languages

Language:JavaScript 48.6%Language:CoffeeScript 42.2%Language:Gherkin 9.2%