wdio-screenshot

v0.5.2
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 --timeout 15000 --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

test:travis

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

test:appveyor

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

server

http-server test/fixture/web -p 3000

deploy-integration-tests

gh-pages -d test/fixture/web

prepublish

npm run build

release

np

Metadata

  • MIT
  • >=4
  • Jan-AndrĂ© Zinser
  • released 2/26/2017

Downloads

Maintainers