TAO Test Runner QTI implementation
npm install @oat-sa/tao-test-runner-qtiTAO Test Runner QTI implementation
```
npm i --save @oat-sa/tao-test-runner
Available scripts in the project:
- npm run test : 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
- : run build:cov and 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 into dist directorynpm run build:watch
- : build for production into dist directory and watch for changesnpm run build:cov
- : build for coverage into dist directorynpm run build:dev
- : watch changes and build with source mapsnpm run build:all
- : build scss files to css files, build for production into dist directorynpm run build:scss
- : build scss files to css filesnpm run lint:src
- : check syntax of codenpm run lint:test
- : check syntax of code in the unit testsnpm run lint:report`: build a syntax check report
-