nemo

v4.5.0-alpha.1
Wrapper to run mocha suites with injected selenium-webdriver instance
nemo mocha selenium parallel

test

npm run lint && npm run nemo && npm run nemo:parallel && npm run nemo:lifecycle:suite && npm run nemo:lifecycle:test

nemo

SELENIUM_PROMISE_MANAGER=0 ./bin/nemo -B test

nemo:debug

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

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