UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

13 lines (11 loc) 246 B
module.exports = (on, config) => { return new Promise((resolve) => { setTimeout(resolve, 100) }) .then(() => { config.defaultCommandTimeout = 500 config.videoCompression = 20 config.env.foo = 'bar' return config }) }