Skip to content

Instantly share code, notes, and snippets.

@uLucasFraga
Created April 3, 2019 12:44
Show Gist options
  • Save uLucasFraga/f5b7a874bc08a036e5dc61cda0a31593 to your computer and use it in GitHub Desktop.
Save uLucasFraga/f5b7a874bc08a036e5dc61cda0a31593 to your computer and use it in GitHub Desktop.
code in file
const cucumber = require('cypress-cucumber-preprocessor').default
module.exports = (on, config) => {
on('file:preprocessor', cucumber())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment