Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cypress-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-cli - npm Package Compare versions

Comparing version 0.10.1 to 0.11.0

.node-version

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc