codeceptjs-sauce-connect
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "codeceptjs-sauce-connect", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "CodeceptJS - Launch Sauce Connect", | ||
@@ -29,9 +29,10 @@ "keywords": [ | ||
"dependencies": { | ||
"cfonts": "^2.9.1", | ||
"chalk": "^4.1.0", | ||
"commander": "^7.0.0", | ||
"node-emoji": "^1.10.0", | ||
"sauce-connect-launcher": "^1.3.2" | ||
"cfonts": "2.9.1", | ||
"chalk": "4.1.0", | ||
"commander": "7.0.0", | ||
"computer-name": "0.1.0", | ||
"node-emoji": "1.10.0", | ||
"sauce-connect-launcher": "1.3.2" | ||
}, | ||
"gitHead": "0431697185f9b6100fc7fdeb28b1458ddf5f5678" | ||
"gitHead": "a9b75fbad705d0dc0f47536f148ee7f38f657027" | ||
} |
@@ -12,2 +12,3 @@ #!/usr/bin/env node | ||
const CFonts = require('cfonts'); | ||
const computerName = require('computer-name'); | ||
const sauceConnectLauncher = require('sauce-connect-launcher'); | ||
@@ -94,12 +95,6 @@ | ||
program | ||
.option('-n, --tunnel-name [optional]', 'Sauce Tunnel Name', 'codeceptjs-sauce-tunnel') | ||
.option('-u, --username [required]', 'Sauce Labs username') | ||
.option('-k, --key [required]', 'Sauce Labs access key') | ||
.option('-n, --tunnel-name [optional]', 'Sauce Tunnel Name', `${computerName()}-codecept`) | ||
.option('-u, --username [required]', 'Sauce Labs username if not exported as "SAUCE_USERNAME"') | ||
.option('-k, --key [required]', 'Sauce Labs access key if not exported as "SAUCE_ACCESS_KEY"') | ||
.option('-v, --verbose', 'verbose logs', false) | ||
.option('-x, --verbose-debug', 'Enable verbose debugging', false) | ||
.option('-d, --doctor', 'Set to true to perform checks to detect possible misconfiguration or problems', null) | ||
.option( | ||
'-o, --noOcsp-verify [optional]', | ||
'OCSP tunnel certificate validation command that allows you to bypass OCSP checks.' | ||
) | ||
.parse(); | ||
@@ -109,8 +104,5 @@ | ||
options.username = o.username || process.env.SAUCE_USERNAME; | ||
options.tunnelIdentifier = o.tunnelName || 'codeceptjs-sauce-tunnel'; | ||
options.tunnelIdentifier = o.tunnelName || `${computerName()}-codecept`; | ||
options.accessKey = o.key || process.env.SAUCE_KEY || process.env.SAUCE_ACCESS_KEY; | ||
options.verbose = o.verbose || false; | ||
options.verboseDebugging = o.verboseDebug || false; | ||
options.doctor = o.doctor || null; | ||
options.noOcspVerify = o.noOcspVerify || null; | ||
@@ -117,0 +109,0 @@ console.info(chalk.blue.bold('Launching SauceTunnel for the account: ') + chalk.yellow.bold(options.username)); |
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
7023
6
108
+ Addedcomputer-name@0.1.0
+ Addedcfonts@2.9.1(transitive)
+ Addedchalk@4.1.0(transitive)
+ Addedcommander@7.0.0(transitive)
+ Addedcomputer-name@0.1.0(transitive)
+ Addedlodash.toarray@4.4.0(transitive)
+ Addednode-emoji@1.10.0(transitive)
- Removedcfonts@2.10.1(transitive)
- Removedchalk@4.1.2(transitive)
- Removedcommander@7.2.0(transitive)
- Removednode-emoji@1.11.0(transitive)
Updatedcfonts@2.9.1
Updatedchalk@4.1.0
Updatedcommander@7.0.0
Updatednode-emoji@1.10.0
Updatedsauce-connect-launcher@1.3.2