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

cy2

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cy2 - npm Package Compare versions

Comparing version 3.0.0-alpha.2 to 3.0.0

2

package.json
{
"name": "cy2",
"version": "3.0.0-alpha.2",
"version": "3.0.0",
"author": "Andrew Goldis",

@@ -5,0 +5,0 @@ "main": "./dist",

@@ -8,2 +8,6 @@ # cy2

Change cypress configuration to use an alternative dashboard service (Sorry Cypress or Currents).
---
<p align="center">

@@ -19,3 +23,3 @@ Run millions of cypress tests in parallel without breaking the bank

Change cypress API URL configuration on-the-fly using environment variable `CYPRESS_API_URL`. It passes down all the CLI flags as-is, so you can just use it instead of cypress.
`cy2` wil read the environment variable `CYPRESS_API_URL` and change cypress configuration accordingly. It passes down all the CLI flags **as-is** and runs cypress with all the flags.

@@ -67,3 +71,3 @@ `CYPRESS_API_URL` should point to Sorry Cypress director service, Currents dashboard or other compatible service.

⚠️ Make sure to set `process.env.CYPRESS_API_URL` before invoking
⚠️ Make sure to set `process.env.CYPRESS_API_URL` before invoking `patch`

@@ -74,3 +78,3 @@ ```ts

process.env.CYPRESS_API_URL = 'https://dashboard.servuce.url';
process.env.CYPRESS_API_URL = 'https://dashboard.service.url';

@@ -77,0 +81,0 @@ async function main() {

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