nightwatch
Advanced tools
Comparing version 0.5.7 to 0.5.8
@@ -120,3 +120,3 @@ /** | ||
globalResults.errmessages.push(err.message); | ||
console.log(Logger.colors.red('\nAn error occured while running the test:')); | ||
console.log(Logger.colors.red('\nAn error occurred while running the test:')); | ||
console.log(err.stack); | ||
@@ -123,0 +123,0 @@ testResults.errors++; |
@@ -55,3 +55,3 @@ /** | ||
if (err.code == 'ENOENT') { | ||
console.log(Logger.colors.red('\nAn error occured while trying to start Selenium. ' + | ||
console.log(Logger.colors.red('\nAn error occurred while trying to start Selenium. ' + | ||
'Check if JAVA is installed on your machine.')); | ||
@@ -58,0 +58,0 @@ console.log(util.inspect(err, false, 1, true)); |
{ | ||
"name": "nightwatch", | ||
"description": "A node.js bindings implementation for selenium 2.0/webdriver", | ||
"version": "0.5.7", | ||
"version": "0.5.8", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Andrei Rusu", |
Sorry, the diff of this file is not supported yet
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
8
336340
128