UNPKG

lambdatest-cypress-cli

Version:

The lambdatest-cypress-cli is LambdaTest's command-line interface (CLI) aimed to help you run your Cypress tests on LambdaTest platform.

44 lines (43 loc) 1.14 kB
{ "name": "lambdatest-cypress-cli", "version": "3.0.47", "description": "The lambdatest-cypress-cli is LambdaTest's command-line interface (CLI) aimed to help you run your Cypress tests on LambdaTest platform.", "homepage": "https://github.com/LambdaTest/lambdatest-cypress-cli", "author": "LambdaTest <keys@lambdatest.com>", "contributors": [ "LambdaTest <keys@lambdatest.com> (https://www.npmjs.com/~lambdatestdev)" ], "keywords": [ "cypress", "browser testing", "plugin", "lambdatest" ], "bin": { "lambdatest-cypress": "./index.js" }, "dependencies": { "@lambdatest/node-tunnel": "latest", "archiver": "^5.1.0", "async": "^3.2.3", "axios": "^1.6.5", "dotenv": "^16.3.1", "glob": "^7.1.6", "mochawesome": "^7.1.3", "node-stream-zip": "^1.15.0", "semver": "^7.3.5", "ws": "^7.4.3", "yaml": "^2.4.1", "yargs": "^16.1.0", "uuid": "^11.1.0" }, "license": "MIT", "preferGlobal": true, "repository": { "type": "git", "url": "git://github.com:LambdaTest/lambdatest-cypress-cli.git" }, "engines": { "node": ">=0.6.0" } }