@oat-sa/tao-test-runner
v1.0.0
Published
TAO Test Runner API
Maintainers
Readme
tao-test-runner-fe
TAO Test Runner API
Install
npm i --save @oat-sa/tao-test-runnerDevelopment
Available scripts in the project:
npm run test <testname>: run test suitetestname(optional): Specific test to run. If it is not provided, all will be ran.
npm run test:keepAlive: start test servernpm run test:cov: runbuild:covand run testsnpm run test:dev: test in development mode (watch changes and source maps)npm run coverage: show coverage report in terminalnpm run coverage:html: show coverage report in browsernpm run build: build for production intodistdirectorynpm run build:watch: build for production intodistdirectory and watch for changesnpm run build:cov: build for coverage intodistdirectorynpm run build:dev: watch changes and build with source mapsnpm run lint: check syntax of code
