Files
cypress/packages/server/__snapshots__/args_spec.js
T
Zach Bloomquist 9ea49792d0 cleanup decaf
2020-06-04 17:06:23 -04:00

24 lines
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
`