Created
April 3, 2019 12:44
-
-
Save uLucasFraga/f5b7a874bc08a036e5dc61cda0a31593 to your computer and use it in GitHub Desktop.
code in file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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