derby-webdriverio
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -13,3 +13,9 @@ // Generated by CoffeeScript 1.10.0 | ||
}).then(function() { | ||
return kill(global.__runningServer); | ||
return new Bluebird(function(resolve, reject) { | ||
console.log('Kill Server'); | ||
return kill(global.__runningServer, function(code, signal) { | ||
console.log('KILLED SERVER!'); | ||
return resolve(); | ||
}); | ||
}); | ||
}).then(function() { | ||
@@ -16,0 +22,0 @@ return typeof customAfter === "function" ? customAfter(failures, pid) : void 0; |
{ | ||
"name": "derby-webdriverio", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Webdriver.io for Derby.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
32039
478