UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

101 lines (68 loc) 2.52 kB
exports['errors .errors.formErrorText calls solution if a function 1'] = ` description a solution ---------- Platform: test platform (Foo-OsVersion) Cypress Version: 1.2.3 ` 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 ` exports['errors individual has the following errors 1'] = [ "CYPRESS_RUN_BINARY", "binaryNotExecutable", "childProcessKilled", "failedDownload", "failedUnzip", "incompatibleHeadlessFlags", "invalidCacheDirectory", "invalidCypressEnv", "invalidRunProjectPath", "invalidSmokeTestDisplayError", "missingApp", "missingDependency", "missingXvfb", "nonZeroExitCodeXvfb", "notInstalledCI", "smokeTestFailure", "unexpected", "unknownError", "versionMismatch" ] exports['invalid display error'] = ` Cypress verification failed. Cypress failed to start after spawning a new Xvfb server. The error logs we received were: ---------- current message ---------- This is usually caused by a missing library or dependency. The error above should indicate which dependency is missing. 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 ` exports['child kill error object'] = { "description": "The Test Runner unexpectedly exited via a exit event with signal SIGKILL", "solution": "Please search Cypress documentation for possible solutions:\n\n https://on.cypress.io\n\nCheck if there is a GitHub issue describing this crash:\n\n https://github.com/cypress-io/cypress/issues\n\nConsider opening a new issue." } exports['Error message'] = ` The Test Runner unexpectedly exited via a exit event with signal SIGKILL Please search Cypress documentation for possible solutions: https://on.cypress.io Check if there is a GitHub issue describing this crash: https://github.com/cypress-io/cypress/issues Consider opening a new issue. ---------- Platform: test platform (Foo-OsVersion) Cypress Version: 1.2.3 `