UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

8 lines (6 loc) 181 B
module.exports = (on) => { on('before:browser:launch', (browser, launchOptions) => { launchOptions.args.push('--auto-open-devtools-for-tabs') return launchOptions }) }