mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-21 14:40:05 -05:00
update cli snapshots
This commit is contained in:
@@ -277,7 +277,6 @@ exports['shows help for open --foo 1'] = `
|
||||
Opens Cypress in the interactive GUI.
|
||||
|
||||
Options:
|
||||
|
||||
-p, --port <port> runs Cypress on a specific port. overrides any value in the configuration file.
|
||||
-e, --env <env> sets environment variables. separate multiple values with a comma. overrides any value in the configuration file or cypress.env.json
|
||||
-c, --config <config> sets configuration values. separate multiple values with a comma. overrides any value in the configuration file.
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
exports['continues installing on failure 1'] = `
|
||||
Installing Cypress (version: 1.2.3)
|
||||
|
||||
✔ Downloaded Cypress
|
||||
✔ Unzipped Cypress
|
||||
✔ Finished Installation /cache/Cypress/1.2.3
|
||||
✔ Downloaded Cypress
|
||||
✔ Unzipped Cypress
|
||||
✔ Finished Installation /cache/Cypress/1.2.3
|
||||
|
||||
You can now open Cypress by running: node_modules/.bin/cypress open
|
||||
|
||||
@@ -30,9 +30,9 @@ Cypress 1.2.3 is installed in /cache/Cypress/1.2.3
|
||||
|
||||
Installing Cypress (version: 1.2.3)
|
||||
|
||||
✔ Downloaded Cypress
|
||||
✔ Unzipped Cypress
|
||||
✔ Finished Installation /cache/Cypress/1.2.3
|
||||
✔ Downloaded Cypress
|
||||
✔ Unzipped Cypress
|
||||
✔ Finished Installation /cache/Cypress/1.2.3
|
||||
|
||||
You can now open Cypress by running: node_modules/.bin/cypress open
|
||||
|
||||
@@ -47,9 +47,9 @@ Cypress x.x.x is installed in /cache/Cypress/1.2.3
|
||||
|
||||
Installing Cypress (version: 1.2.3)
|
||||
|
||||
✔ Downloaded Cypress
|
||||
✔ Unzipped Cypress
|
||||
✔ Finished Installation /cache/Cypress/1.2.3
|
||||
✔ Downloaded Cypress
|
||||
✔ Unzipped Cypress
|
||||
✔ Finished Installation /cache/Cypress/1.2.3
|
||||
|
||||
You can now open Cypress by running: node_modules/.bin/cypress open
|
||||
|
||||
@@ -81,9 +81,9 @@ https://on.cypress.io/installing-cypress
|
||||
exports['installs without existing installation 1'] = `
|
||||
Installing Cypress (version: 1.2.3)
|
||||
|
||||
✔ Downloaded Cypress
|
||||
✔ Unzipped Cypress
|
||||
✔ Finished Installation /cache/Cypress/1.2.3
|
||||
✔ Downloaded Cypress
|
||||
✔ Unzipped Cypress
|
||||
✔ Finished Installation /cache/Cypress/1.2.3
|
||||
|
||||
You can now open Cypress by running: node_modules/.bin/cypress open
|
||||
|
||||
@@ -132,9 +132,9 @@ exports['specify version in env vars 1'] = `
|
||||
|
||||
Installing Cypress (version: 0.12.1)
|
||||
|
||||
✔ Downloaded Cypress
|
||||
✔ Unzipped Cypress
|
||||
✔ Finished Installation /cache/Cypress/1.2.3
|
||||
✔ Downloaded Cypress
|
||||
✔ Unzipped Cypress
|
||||
✔ Finished Installation /cache/Cypress/1.2.3
|
||||
|
||||
You can now open Cypress by running: node_modules/.bin/cypress open
|
||||
|
||||
@@ -166,9 +166,9 @@ Cypress x.x.x is installed in /cache/Cypress/1.2.3
|
||||
|
||||
Installing Cypress (version: 1.2.3)
|
||||
|
||||
✔ Downloaded Cypress
|
||||
✔ Unzipped Cypress
|
||||
✔ Finished Installation /cache/Cypress/1.2.3
|
||||
✔ Downloaded Cypress
|
||||
✔ Unzipped Cypress
|
||||
✔ Finished Installation /cache/Cypress/1.2.3
|
||||
|
||||
⚠ Warning: It looks like you've installed Cypress globally.
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ Cypress Version: 1.2.3
|
||||
exports['current version has not been verified 1'] = `
|
||||
It looks like this is your first time using Cypress: 1.2.3
|
||||
|
||||
✔ Verified Cypress! /cache/Cypress/1.2.3/Cypress.app
|
||||
✔ Verified Cypress! /cache/Cypress/1.2.3/Cypress.app
|
||||
|
||||
Opening Cypress...
|
||||
|
||||
@@ -57,7 +57,7 @@ Found binary version 7.8.9 installed in: /cache/Cypress/1.2.3/Cypress.app
|
||||
|
||||
It looks like this is your first time using Cypress: 7.8.9
|
||||
|
||||
✔ Verified Cypress! /cache/Cypress/1.2.3/Cypress.app
|
||||
✔ Verified Cypress! /cache/Cypress/1.2.3/Cypress.app
|
||||
|
||||
Opening Cypress...
|
||||
|
||||
@@ -105,7 +105,7 @@ Cypress Version: 1.2.3
|
||||
exports['fails verifying Cypress 1'] = `
|
||||
It looks like this is your first time using Cypress: 1.2.3
|
||||
|
||||
✖ Verifying Cypress can run /cache/Cypress/1.2.3/Cypress.app
|
||||
✖ Verifying Cypress can run /cache/Cypress/1.2.3/Cypress.app
|
||||
STRIPPED
|
||||
Error: Cypress failed to start.
|
||||
|
||||
@@ -153,7 +153,7 @@ Cypress Version: 1.2.3
|
||||
exports['lib/tasks/verify logs error when child process hangs 1'] = `
|
||||
It looks like this is your first time using Cypress: 1.2.3
|
||||
|
||||
✖ Verifying Cypress can run /cache/Cypress/1.2.3/Cypress.app
|
||||
✖ Verifying Cypress can run /cache/Cypress/1.2.3/Cypress.app
|
||||
STRIPPED
|
||||
Error: Cypress verification timed out.
|
||||
|
||||
@@ -175,7 +175,7 @@ Cypress Version: 1.2.3
|
||||
exports['lib/tasks/verify logs error when child process returns incorrect stdout (stderr when exists) 1'] = `
|
||||
It looks like this is your first time using Cypress: 1.2.3
|
||||
|
||||
✖ Verifying Cypress can run /cache/Cypress/1.2.3/Cypress.app
|
||||
✖ Verifying Cypress can run /cache/Cypress/1.2.3/Cypress.app
|
||||
STRIPPED
|
||||
Error: Cypress verification failed.
|
||||
|
||||
@@ -197,7 +197,7 @@ Cypress Version: 1.2.3
|
||||
exports['lib/tasks/verify logs error when child process returns incorrect stdout (stdout when no stderr) 1'] = `
|
||||
It looks like this is your first time using Cypress: 1.2.3
|
||||
|
||||
✖ Verifying Cypress can run /cache/Cypress/1.2.3/Cypress.app
|
||||
✖ Verifying Cypress can run /cache/Cypress/1.2.3/Cypress.app
|
||||
STRIPPED
|
||||
Error: Cypress verification failed.
|
||||
|
||||
@@ -293,7 +293,7 @@ This overrides the default Cypress binary path used.
|
||||
|
||||
It looks like this is your first time using Cypress: 1.2.3
|
||||
|
||||
✔ Verified Cypress! /real/custom
|
||||
✔ Verified Cypress! /real/custom
|
||||
|
||||
Opening Cypress...
|
||||
|
||||
@@ -302,7 +302,7 @@ Opening Cypress...
|
||||
exports['verbose stdout output 1'] = `
|
||||
It looks like this is your first time using Cypress: 1.2.3
|
||||
|
||||
✔ Verified Cypress! /cache/Cypress/1.2.3/Cypress.app
|
||||
✔ Verified Cypress! /cache/Cypress/1.2.3/Cypress.app
|
||||
|
||||
Opening Cypress...
|
||||
|
||||
@@ -311,7 +311,7 @@ Opening Cypress...
|
||||
exports['verification with executable 1'] = `
|
||||
It looks like this is your first time using Cypress: 1.2.3
|
||||
|
||||
✔ Verified Cypress! /cache/Cypress/1.2.3/Cypress.app
|
||||
✔ Verified Cypress! /cache/Cypress/1.2.3/Cypress.app
|
||||
|
||||
Opening Cypress...
|
||||
|
||||
@@ -362,7 +362,7 @@ Cypress Version: 1.2.3
|
||||
exports['xvfb fails 1'] = `
|
||||
It looks like this is your first time using Cypress: 1.2.3
|
||||
|
||||
✖ Verifying Cypress can run /cache/Cypress/1.2.3/Cypress.app
|
||||
✖ Verifying Cypress can run /cache/Cypress/1.2.3/Cypress.app
|
||||
STRIPPED
|
||||
Error: Xvfb exited with a non zero exit code.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user