mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-24 07:59:12 -05:00
24 lines
546 B
JavaScript
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
|
|
`
|