testable-utils
Advanced tools
Comparing version 0.2.1 to 0.2.5
@@ -100,13 +100,7 @@ | ||
if (registerCommands) { | ||
const browsers = [ browser ]; | ||
if (process.env.TESTABLE_BROWSERS) { | ||
browsers.push.apply(browsers, process.env.TESTABLE_BROWSERS.split(",")); | ||
} | ||
_.forEach(browsers, function(brwsr) { | ||
wdio.registerLogCommands(brwsr, log); | ||
wdio.registerCsvCommands(brwsr, csv); | ||
wdio.registerResultsCommands(brwsr, results); | ||
wdio.registerInfoCommands(brwsr, info); | ||
wdio.registerStopwatchCommands(brwsr, stopwatch); | ||
}); | ||
wdio.registerLogCommands(browser, log); | ||
wdio.registerCsvCommands(browser, csv); | ||
wdio.registerResultsCommands(browser, results); | ||
wdio.registerInfoCommands(browser, info); | ||
wdio.registerStopwatchCommands(browser, stopwatch); | ||
} | ||
@@ -113,0 +107,0 @@ |
{ | ||
"name": "testable-utils", | ||
"version": "0.2.1", | ||
"version": "0.2.5", | ||
"description": "Utilities for Testable scripts", | ||
@@ -5,0 +5,0 @@ "author": "Avi Stramer", |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
9
29162
478