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

Versions

Current Tags

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

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.5
    1
  • 0.0.4
    2
  • 0.0.3
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i grunt-y2nw

Weekly Downloads

3

Version

0.0.5

License

MIT

Last publish

Collaborators

  • pateketrueke