Files
cypress/cli/__snapshots__/errors_spec.js
T
Rainer Oviir dd2ba58336 add colors for URLs in the CLI (#2493) (#2530)
This addresses #2493.

I added the chalk.blue color to all the urls in the CLI
2018-10-24 11:28:29 -04:00

771 B

exports['errors individual has the following errors 1'] = [
"nonZeroExitCodeXvfb",
"missingXvfb",
"missingApp",
"notInstalledCI",
"missingDependency",
"versionMismatch",
"binaryNotExecutable",
"unexpected",
"failedDownload",
"failedUnzip",
"invalidCacheDirectory",
"removed",
"CYPRESS_RUN_BINARY"
]
 
exports['errors .errors.formErrorText returns fully formed text message 1'] = `
Your system is missing the dependency: XVFB
 
Install XVFB and run Cypress again.
 
Read our documentation on dependencies for more information:
 
https://on.cypress.io/required-dependencies
 
If you are using Docker, we provide containers with all required dependencies installed.
----------
 
Platform: test platform (Foo-OsVersion)
Cypress Version: 1.2.3
`