Skip to content

Instantly share code, notes, and snippets.

@uLucasFraga
Created January 14, 2019 13:42
Show Gist options
  • Save uLucasFraga/4b039ef7bf8cd5db1158472e75a19bc3 to your computer and use it in GitHub Desktop.
Save uLucasFraga/4b039ef7bf8cd5db1158472e75a19bc3 to your computer and use it in GitHub Desktop.
cypress/plugins/index.js
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