wdio-jasmine-framework

v0.3.2
A WebdriverIO plugin. Adapter for Jasmine testing framework.
jasmine webdriverio wdio wdio-plugin wdio-framework

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 && run-s build test

watch

npm run compile -- --watch

Metadata

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

Downloads