lambdatest-cypress-cli
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -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", |
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
50830
1148