UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

11 lines (8 loc) 261 B
const path = require('path') module.exports = (on) => { on('before:browser:launch', (browser, options) => { options.extensions.push(path.join(__dirname, '../../../plugin-extension/ext')) options.preferences.devTools = true return options }) }