wdio-spec-reporter

v0.1.1
A WebdriverIO plugin. Report results in 'spec' format.
spec reporter webdriverio wdio wdio-plugin wdio-reporter

build

run-s clean compile

clean

rm -rf ./build ./coverage

compile

babel lib/ -d build/

eslint

eslint ./lib test/

release

np patch

release:patch

np patch

release:minor

np minor

release:major

np major

test

run-s eslint test:unit

test:ci

run-s clean eslint test:cover

test:unit

mocha --compilers js:babel-core/register test/*.js

test:cover

babel-node ./node_modules/.bin/isparta cover --include 'lib/*.js' _mocha

prepublish

npm prune

watch

npm run compile -- --watch

Metadata

  • MIT
  • Whatever
  • Christian Bromann
  • released 8/16/2017

Downloads