wdio-screenshot

v0.2.1
Screenshot commands for WebdriverIO

clean-lib

rimraf lib

clean-tmp

rimraf .tmp

clean

npm run clean-lib && npm run clean-tmp

build

npm run clean && babel ./src -d lib

test

npm run clean && mocha --compilers js:babel-register --recursive test/unit

test:local

npm run clean && wdio ./test/integration/wdio.local-conf.js

test:sauce

npm run clean && wdio ./test/integration/wdio.sauce-conf.js

server

http-server test/fixture/web -p 8080

deploy-integration-tests

gh-pages -d test/fixture/web

Metadata

  • MIT
  • Whatever
  • Jan-AndrĂ© Zinser
  • released 8/31/2016

Downloads

Maintainers