Comparing version 3.0.0-alpha.2 to 3.0.0
{ | ||
"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() { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
41927
1
97