@revoloo/cypress6
Version:
Cypress.io end to end testing tool
24 lines (15 loc) • 546 B
JavaScript
exports['invalid env error'] = `
Cypress encountered an error while parsing the argument env
You passed: nonono
The error was: Cannot read property 'split' of undefined
`
exports['invalid reporter options error'] = `
Cypress encountered an error while parsing the argument reporterOptions
You passed: abc
The error was: Cannot read property 'split' of undefined
`
exports['invalid config error'] = `
Cypress encountered an error while parsing the argument config
You passed: xyz
The error was: Cannot read property 'split' of undefined
`