nemo

v4.1.0
Wrapper to run mocha suites with injected selenium-webdriver instance
nemo mocha selenium parallel

test

npm run lint && npm run nemo

nemo

./bin/nemo -B test -G @suite1 -L error

nemo:no:selenium:promises

SELENIUM_PROMISE_MANAGER=0 ./bin/nemo -B test -P pay -D

nemo:debug

./bin/nemo -B test -G @suite1 --inspect-brk --inspect

nemo:parallel

./bin/nemo -B test -G @suite1,@suite2,@suite3,@suite4 -F -L error

nemo:parallel:data

./bin/nemo -B test -P search,pay -D

nemo:search

SELENIUM_PROMISE_MANAGER=0 ./bin/nemo -B test -P search -D

nemo:pay

SELENIUM_PROMISE_MANAGER=0 ./bin/nemo -B test -P pay -D

nemo:trivial

SELENIUM_PROMISE_MANAGER=0 ./bin/nemo -B test -P trivial -D

nemo:trivial:debug

SELENIUM_PROMISE_MANAGER=0 ./bin/nemo -B test -P trivial -D --inspect --inspect-brk

nemo:form

SELENIUM_PROMISE_MANAGER=0 ./bin/nemo -B test -P form

nemo:xunit

./bin/nemo -B test -G @suite1 -P xunit

nemo:server

./bin/nemo -B test -S

nemo:scaffold

./bin/nemo -B scaffold -P pay,search,form

lint

eslint ./bin/* ./lib/*

Metadata

Downloads