lambdatest-cypress-cli
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -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", |
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