@crshnburn/judo

v0.0.17
Test command line interfaces.
judo cli testing cli framework cli command line judo framework

test

jest --no-cache --coverage

build

rimraf dist/ && babel src -d dist --ignore '**/*.test.js'

demo:pass

npm run build && node dist/judo.js test-examples/simple-test-suite/hello-world-regex.yml

demo:fail

npm run build && node dist/judo.js test-examples/simple-test-suite/goodbye-world-fail.yml

demo:timeout

npm run build && node dist/judo.js test-examples/timeout-suite/timeout.yml --timeout 1500

demo:all

npm run build && node dist/judo.js test-examples/ --timeout 1500

lint

semistandard --env jest | snazzy

lint:fix

semistandard --env jest --fix | snazzy

precommit

npm run lint:fix

prepush

npm run lint:fix && npm run test

release

auto shipit
npm i @crshnburn/judo

Metadata

  • MIT
  • >=6.0.0
  • Unknown
  • released 6/27/2019

Downloads

Maintainers