Testing without Test Runner
  • 05 Dec 2022
  • Dark
    Light
  • PDF

Testing without Test Runner

  • Dark
    Light
  • PDF

Article summary

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?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.