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.1.6 to 2.1.7

6

commands/generate_reports.js

@@ -14,3 +14,2 @@ const request = require("request");

if (!fs.existsSync(file_path)) {
console.log("Creating paths");
fs.mkdirSync(file_path, { recursive: true });

@@ -31,2 +30,3 @@ }

gzip: true,
timeout: 120000,
},

@@ -50,2 +50,3 @@ (err, res, body) => {

zip.close();
fs.unlinkSync(file_path);
resolve(

@@ -59,6 +60,5 @@ err

} else {
fs.unlinkSync(file_path);
reject("Could not download artefacts for test id " + test_id);
}
//delete the zip file
fs.unlinkSync(file_path);
})

@@ -65,0 +65,0 @@ );

{
"name": "lambdatest-cypress-cli",
"version": "2.1.6",
"version": "2.1.7",
"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