mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-23 15:39:28 -05:00
Catch env variable with reserved name CYPRESS_ENV 1621 (#1626)
* server: check CYPRESS_ENV variable when merging configs * catch invalid CYPRESS_ENV value in CLI, close #1621 * linting * sanitize platform in test snapshot * linting * update error message text * add missing comma * fix finally merge in JS code * pass CLI linter * fix log reference, should be debug * use correct sinon reference * update message, show first part in red * update error message text
This commit is contained in:
+2
-1
@@ -86,7 +86,8 @@
|
||||
"shelljs": "0.8.3",
|
||||
"sinon": "7.2.2",
|
||||
"snap-shot-it": "7.8.0",
|
||||
"spawn-mock": "1.0.0"
|
||||
"spawn-mock": "1.0.0",
|
||||
"strip-ansi": "4.0.0"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
|
||||
Reference in New Issue
Block a user