cypress-cli
Advanced tools
Comparing version 0.10.1 to 0.11.0
{ | ||
"name": "cypress-cli", | ||
"version": "0.10.1", | ||
"version": "0.11.0", | ||
"description": "CLI for Cypress.io Desktop App", | ||
@@ -9,3 +9,4 @@ "preferGlobal": true, | ||
"test-ci": "NODE_ENV=test BLUEBIRD_DEBUG=1 DEBUG=nock.* mocha", | ||
"test-debug": "NODE_ENV=test BLUEBIRD_DEBUG=1 DEBUG=nock.* node-debug --hidden=node_modules --no-preload _mocha --opts test/mocha.opts --watch" | ||
"test-debug": "NODE_ENV=test BLUEBIRD_DEBUG=1 DEBUG=nock.* node-debug --hidden=node_modules --no-preload _mocha --opts test/mocha.opts --watch", | ||
"release": "releaser" | ||
}, | ||
@@ -44,2 +45,3 @@ "repository": { | ||
"devDependencies": { | ||
"@cypress/core-releaser": "^0.1.4", | ||
"chai": "^3.2.0", | ||
@@ -46,0 +48,0 @@ "mocha": "^2.2.5", |
@@ -20,3 +20,3 @@ # Cypress CLI [![Circle CI](https://circleci.com/gh/cypress-io/cypress-cli.svg?style=shield)](https://circleci.com/gh/cypress-io/cypress-cli) | ||
```bash | ||
npm install -g cypress | ||
npm install -g cypress-cli | ||
``` | ||
@@ -175,1 +175,8 @@ | ||
``` | ||
## Changelog | ||
#### 0.11.0 | ||
- cypress open now accepts arguments | ||
- you can now pass the --config flag to `cypress run`, `ci`, and `open` which overrides `cypress.json` configuration values |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
55397
33
8
181
10