Comparing version 2.0.0 to 2.0.1
{ | ||
"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 @@ |
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
120
32021
26