Skip to content

Transform Yadda-features into custom Nightwatch suitcases!

Notifications You must be signed in to change notification settings

tacoss/grunt-y2nw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

Stars

Watchers

Forks

Packages

No packages published