testenv

0.2.18 • Public • Published

testenv

TravisCI

Install

npm i -D testenv
testenv init

Create Default Test Config File (Karma|Webdriver|Mocha)

testenv touch [<new-config-file-location>] [-k|-w|-m]

More about Karma Config File

More about Webdriver Config File

Run Custom Test Config File

testenv run [<config-file>]

Run Preset Test Config File

testenv run -c to run client side testings.

testenv run -s to run server side testings.

testenv run -e to run end-to-end testings.

testenv run -a to run all testings.

testenv run -u to run unit testings.

testenv run -i to run integration testings.

You could combine options [-u|-i] with options [-c|-s]. For example: to run client side unit testing.

Use testenv run -cu

Readme

Keywords

none

Package Sidebar

Install

npm i testenv

Weekly Downloads

50

Version

0.2.18

License

MIT

Last publish

Collaborators

  • bgjehu