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 2.0.0 to 2.0.1

2

package.json
{
"name": "cy2",
"version": "2.0.0",
"version": "2.0.1",
"author": "Andrew Goldis",

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

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

---
<p align="center">
Run millions of cypress tests in parallel without breaking the bank
</p>
**[Currents.dev](https://currents.dev/?utm_source=cy2)** - is a hosted cloud service that hundreds of companies around the globe use to run **millions** of Cypress tests without breaking the bank. This is an enhanced version of Sorry Cypress with a better security, performance, analytics, integrations and support.
**[Sorry Cypress](https://sorry-cypress.dev/?utm_source=cy2)** is an open-source, free alternative to Cypress Dashboard that unlocks unlimited parallelization, test recordings, integration with GitHub, Slack and more.
---
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.

@@ -51,6 +63,6 @@

```js
const { patch } = require('cy2');
const { patch } = require("cy2");
async function main() {
await patch('https://sorry-cypress-demo-director.herokuapp.com');
await patch("https://sorry-cypress-demo-director.herokuapp.com");
}

@@ -77,6 +89,6 @@

const { run } = require('cy2');
const { run } = require("cy2");
async function main() {
await run('https://sorry-cypress-demo-director.herokuapp.com/', 'myCMD');
await run("https://sorry-cypress-demo-director.herokuapp.com/", "myCMD");
}

@@ -83,0 +95,0 @@

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