Skip to content

Artinet SDK Tests

This section contains documentation for the test suite of the Artinet SDK.

Available Tests

Running All Tests

To run the full test suite:

  1. Clone the Artinet SDK repository
  2. Install dependencies with npm install
  3. Run all tests with npm test

Test Coverage

To generate a test coverage report:

npm test -- --coverage

This will create a coverage report that can be viewed in the browser.