grunt-webdriver-manager
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "grunt-webdriver-manager", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"npm-shrinkwrap-version": "5.4.0", | ||
@@ -5,0 +5,0 @@ "node-version": "v0.12.7", |
{ | ||
"name": "grunt-webdriver-manager", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Grunt task for webdriver automation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -65,2 +65,3 @@ [![Build Status](https://travis-ci.org/CoorpAcademy/grunt-webdriver-manager.svg?branch=master)](https://travis-ci.org/CoorpAcademy/grunt-webdriver-manager) | ||
## Release History | ||
* v0.0.9 remove console.log | ||
* v0.0.8 support background with & https://www.maketecheasier.com/run-bash-commands-background-linux/ | ||
@@ -67,0 +68,0 @@ * v0.0.7 -d (daemon) flag on cli start command |
@@ -99,3 +99,2 @@ 'use strict'; | ||
for (var i = 0; i < webDriverManagers.length;i++) { | ||
console.log(webDriverManagers[i].options); | ||
if(!webDriverManagers[i].options.daemon) { | ||
@@ -102,0 +101,0 @@ webDriverManagers[i].stop(); |
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
79
57405
1318