Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lambdatest-cypress-cli

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambdatest-cypress-cli - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

commands/utils/archive.js

@@ -51,3 +51,3 @@ const path = require('path')

archive.pipe(output);
ignore_files = ['cypress.json','node_modules', 'node_modules/**/*', 'test.zip', 'project.zip', 'mochawesome-report', 'cypress/screenshots', 'cypress/videos', 'cypress/results'].concat(ignore_files)
ignore_files = ['package.json', 'cypress.json','node_modules', 'node_modules/**/*', 'test.zip', 'project.zip', 'mochawesome-report', 'cypress/screenshots', 'cypress/videos', 'cypress/results'].concat(ignore_files)
console.log("Ignoring files: ", ignore_files)

@@ -54,0 +54,0 @@ archive.glob('**/*', { cwd: process.cwd(), ignore: ignore_files }, { prefix: "project/" })

@@ -29,2 +29,3 @@ module.exports={

"npm_dependencies": {"cypress": "6.1.0"},
"feature_file_suppport": false,
},

@@ -31,0 +32,0 @@ "tunnel_settings": {

@@ -37,4 +37,8 @@ const fs = require("fs")

}
npm_deps = lt_config["run_settings"]["npm_dependencies"]
if (!("cypress" in npm_deps)){
reject("Error!! Please provide required cypress version in npm_dependencies of lambatest-config.json file")
}
resolve("Validated the Config")
})
}
{
"name": "lambdatest-cypress-cli",
"version": "2.0.0",
"version": "2.0.1",
"description": "The lambdatest-cypress-cli is LambdaTest's command-line interface (CLI) aimed to help you run your Cypress tests on LambdaTest platform.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/LambdaTest/lambdatest-cypress-cli",

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