cypress-cli
Advanced tools
Comparing version 0.11.1 to 0.12.0
{ | ||
"name": "cypress-cli", | ||
"version": "0.11.1", | ||
"version": "0.12.0", | ||
"description": "CLI for Cypress.io Desktop App", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
@@ -100,2 +100,7 @@ # Cypress CLI [![Circle CI](https://circleci.com/gh/cypress-io/cypress-cli.svg?style=shield)](https://circleci.com/gh/cypress-io/cypress-cli) | ||
```bash | ||
## specify options for the mocha reporter | ||
cypress run --reporter-options mochaFile=result.xml,toConsole=true | ||
``` | ||
```bash | ||
## specify a spec to run instead of running all the tests | ||
@@ -203,2 +208,5 @@ cypress run --spec cypress/integration/app_spec.js | ||
#### 0.12.0 | ||
- added cli arg for passing reporterOptions | ||
#### 0.11.1 | ||
@@ -205,0 +213,0 @@ - cypress ci accepts --spec argument |
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
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
58489
216