UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

12 lines (8 loc) 260 B
const path = require('path') module.exports = (onFn, config) => { return onFn('before:browser:launch', (browser = {}, options) => { const pathToExt = path.resolve('ext') options.args.push(`--load-extension=${pathToExt}`) return options }) }