Development Resources

medusaIntegrationTestRunner Reference

This document provides a reference to the medusaIntegrationTestRunner function provided by the medusa-test-utils package.

Example#

Code
1import { medusaIntegrationTestRunner } from "medusa-test-utils"2
3medusaIntegrationTestRunner({4  testSuite: ({ api, getContainer }) => {5    // TODO write tests...6  },7})

Parameters#

Inputobject
Object parameter of test options.

Test Suite Parameters#

The function passed to testSuite accepts the following parameters:

Inputobject
Object parameter of test utilities.
Was this page helpful?
Edit this page