wdio-docker-service
Advanced tools
Comparing version 2.2.1 to 2.3.0
@@ -13,3 +13,3 @@ "use strict"; | ||
const DEFAULT_OPTIONS = { | ||
format: process.platform === 'win32' ? '"{{json .}}"' : '{{json .}}' | ||
format: '"{{json .}}"' | ||
}; | ||
@@ -16,0 +16,0 @@ const CMD = 'docker events'; |
{ | ||
"name": "wdio-docker-service", | ||
"version": "2.2.1", | ||
"version": "2.3.0", | ||
"description": "WebdriverIO service to start and stop docker container (for Selenium and more)", | ||
@@ -19,4 +19,3 @@ "repository": { | ||
"test:unit": "nyc mocha --require @babel/register --recursive ./test/unit", | ||
"test:integration": "npm run build:dev && wdio test/integration/docker-selenium/wdio.conf.js && wdio test/integration/docker-app/wdio.conf.js", | ||
"coverage": "nyc report --reporter=text-lcov | coveralls" | ||
"test:integration": "npm run build:dev && wdio test/integration/docker-selenium/wdio.conf.js && wdio test/integration/docker-app/wdio.conf.js" | ||
}, | ||
@@ -33,5 +32,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/cli": "^7.8.3", | ||
"@babel/core": "^7.8.3", | ||
"@babel/preset-env": "^7.8.3", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.4", | ||
"@babel/preset-env": "^7.8.4", | ||
"@babel/register": "^7.8.3", | ||
@@ -38,0 +37,0 @@ "@wdio/cli": "^5.18.6", |
WDIO Docker Service [![Maintainability](https://api.codeclimate.com/v1/badges/fa04188e6558671dbd9e/maintainability)](https://codeclimate.com/github/stsvilik/wdio-docker-service/maintainability) | ||
[![Build Status](https://travis-ci.org/stsvilik/wdio-docker-service.svg?branch=master)](https://travis-ci.org/stsvilik/wdio-docker-service) | ||
[![Coverage Status](https://coveralls.io/repos/github/stsvilik/wdio-selenium-standalone-service/badge.svg?branch=master)](https://coveralls.io/github/stsvilik/wdio-selenium-standalone-service?branch=master) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/fa04188e6558671dbd9e/test_coverage)](https://codeclimate.com/github/stsvilik/wdio-docker-service/test_coverage) | ||
=== | ||
@@ -5,0 +5,0 @@ |
27581