wdio-docker-service

v1.5.0
WebdriverIO service to start and stop docker container (for Selenium and more)
webdriverio wdio wdio-service docker tests

prepare

npm prune && npm run build

build

rm -rf lib && babel src --out-dir lib -s > /dev/null

test

eslint -c .eslintrc.json src test && npm run test:unit && npm run test:integration

test:unit

nyc mocha --require babel-register --recursive ./test/unit

test:integration

npm run build && wdio test/integration/docker-selenium/wdio.conf.js && wdio test/integration/docker-app/wdio.conf.js

coverage

nyc report --reporter=text-lcov | coveralls

Metadata

  • MIT
  • Whatever
  • Simon Tsvilik
  • released 10/6/2018

Downloads

Maintainers