nemo

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

test

npm run lint && npm run nemo

nemo

DEBUG=nemo:storage*,nemo:instance*,nemo:starter*,mocha:runner ./bin/nemo -B test -G @suite1

nemo:no:selenium:promises

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

nemo:debug

DEBUG=nemo:storage*,nemo:instance*,mocha:runner ./bin/nemo -B test -G @suite1 --inspect-brk --inspect

nemo:parallel

DEBUG=nemsso* ./bin/nemo -B test -G @suite1,@suite2,@suite3,@suite4 -F

nemo:parallel:data

DEBUG=nemso* ./bin/nemo -B test -P search,pay -D

nemo:search

SELENIUM_PROMISE_MANAGER=0 DEBUG=nemo* ./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 DEBUG=nemo* ./bin/nemo -B test -P trivial -D

nemo:trivial:debug

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

nemo:form

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

nemo:xunit

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

nemo:server

DEBUG=nemo* ./bin/nemo -B test -S

nemo:scaffold

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

lint

eslint ./bin/* ./lib/*

Metadata

Downloads