Testing without Test Runner
- 05 Dec 2022
-
DarkLight
-
PDF
Testing without Test Runner
- Updated on 05 Dec 2022
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Other than changing the log level as needed for debugging, these scripts should not be modified. They are utilized by pre-commit hooks and CI/CD pipelines.
- npm run test:unit
- Runs unit tests only.
- npm run test: integration
- Runs integration tests only.
- npm run test:cover
- Will run test coverage information. Note: This may not show test coverage of the adapter library.
- npm run test
- Will run both unit and integration tests.
Was this article helpful?