nemo

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

test

npm run lint && node test/test-helper clean && npm run nemo && npm run nemo:parallel && npm run nemo:lifecycle:suite && npm run nemo:lifecycle:test && npm run nemo:jsconfig && node test/test-helper verify

nemo

SELENIUM_PROMISE_MANAGER=0 ./bin/nemo -B test

nemo:jsconfig

SELENIUM_PROMISE_MANAGER=0 ./bin/nemo -C test/jsconfig/nemo.config.js

nemo:debug

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

nemo:exit

SELENIUM_PROMISE_MANAGER=0 ./bin/nemo -B test -P exit -E

nemo:fail

SELENIUM_PROMISE_MANAGER=0 ./bin/nemo -B test -P fail -G @once@,@twice@

nemo:parallel

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

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:form

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

nemo:lifecycle:suite

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

nemo:lifecycle:test

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

nemo:xunit

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

nemo:customDriver

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

nemo:server

./bin/nemo -B test -S

nemo:dynamic

./bin/nemo -B test -U --url-from-cli 'https://www.wikipedia.org' -P dynamic

nemo:scaffold

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

lint

eslint ./bin/* ./lib/*

Metadata

Downloads