mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-22 16:18:45 -05:00
Merge branch 'master' into docs/getting-started
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
||||
"build-prod": "hexo clean && hexo generate && gulp prep",
|
||||
"start": "hexo server --port 2222",
|
||||
"precypress": "npm install cypress-cli",
|
||||
"cypress": "cypress run --record --key $CYPRESS_DOCS_RECORD_KEY",
|
||||
"cypress": "cypress run --record --key $DOCS_RECORD_KEY",
|
||||
"test-e2e": "run-p --race start cypress",
|
||||
"test": "echo 'Nothing to unit test, but there are E2E tests!'"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user