@oat-sa/tao-item-runner

TAO Item Runner modules

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
@oat-sa/tao-item-runner
0170.8.1a year ago4 years agoMinified + gzip package size for @oat-sa/tao-item-runner in KB

Readme

tao-item-runner
Item runner of TAO.
Available scripts in the project:
  • npm run test <testname>: run test suite
- testname (optional): Specific test to run. If it is not provided, all will be ran.
  • npm run test:keepAlive: start test server
  • npm run test:cov: run build:cov and run tests
  • npm run coverage: show coverage report in terminal
  • npm run coverage:html: show coverage report in browser
  • npm run build: build for production into dist directory
  • npm run build:watch: build for production into dist directory and watch for changes
  • npm run build:cov: build for coverage into dist directory
  • npm run lint: check syntax of code

Runner quick overview