wdio-docker-service

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

prepublishOnly

rm -rf ./lib && npm run build

build

babel ./src --out-dir ./lib

build:dev

rm -rf ./lib && babel ./src --out-dir ./lib -s

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:dev && wdio test/integration/docker-selenium/wdio.conf.js && wdio test/integration/docker-app/wdio.conf.js

Metadata

  • MIT
  • Whatever
  • Simon Tsvilik
  • released 3/29/2021

Downloads

Maintainers