@currents/cli
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -1,5 +0,9 @@ | ||
const { run } = require('cy2'); | ||
const { run, patch } = require("cy2"); | ||
exports.run = async function main() { | ||
await run('https://cy.currents.dev', 'currents'); | ||
await run("https://cy.currents.dev", "currents"); | ||
}; | ||
exports.patch = async function () { | ||
await patch("https://cy.currents.dev"); | ||
}; |
{ | ||
"name": "@currents/cli", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"main": "index.js", | ||
@@ -11,6 +11,7 @@ "license": "MIT", | ||
"bin": { | ||
"currents": "bin/currents.js" | ||
"currents": "bin/currents.js", | ||
"currents-prepare": "bin/currents-prepare.js" | ||
}, | ||
"dependencies": { | ||
"cy2": "2.0.0" | ||
"cy2": "2.0.1" | ||
}, | ||
@@ -17,0 +18,0 @@ "keywords": [ |
@@ -0,4 +1,6 @@ | ||
[Currents.dev](https://currents.dev/?utm_source=currents_cli) - is a drop-in replacement for Cypress Dashboard. Run millions of Cypress tests in parallel without breaking the bank. | ||
# @currents/cli | ||
CLI tool for run cypress tests with https://currents.dev dashboard. | ||
CLI tool for running cypress tests with https://currents.dev dashboard. | ||
@@ -5,0 +7,0 @@ Example: |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
1297
5
19
13
0