wdio-docker-service
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -1,2 +0,2 @@ | ||
172.17.0.1 - - [24/Feb/2018:16:49:50 +0000] "GET / HTTP/1.1" 200 174 "-" "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" "-" | ||
172.17.0.1 - - [24/Feb/2018:16:49:52 +0000] "GET / HTTP/1.1" 200 174 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/64.0.3282.186 Safari/537.36" "-" | ||
172.17.0.1 - - [07/Mar/2018:05:09:40 +0000] "GET / HTTP/1.1" 200 174 "-" "node-fetch/1.0 (+https://github.com/bitinn/node-fetch)" "-" | ||
172.17.0.1 - - [07/Mar/2018:05:09:42 +0000] "GET / HTTP/1.1" 200 174 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_3) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/64.0.3282.186 Safari/537.36" "-" |
@@ -49,3 +49,3 @@ 'use strict'; | ||
const [app, ...args] = commands; | ||
const childProcess = (0, _child_process.spawn)(app, args); | ||
const childProcess = (0, _child_process.spawn)(app, args, { stdio: 'ignore' }); | ||
@@ -52,0 +52,0 @@ childProcess.on('error', err => { |
{ | ||
"name": "wdio-docker-service", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "WebdriverIO service to start and stop docker container (for Selenium and more)", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
204861