Files
medusa-store/www/apps/book/app/debugging-and-testing/page.mdx
Shahed Nasser 58f297cc75 docs: added documentation on testing tools (#8939)
- Added documentation on how to use Medusa's tools from the `medusa-test-utils` package to create integration and unit tests.
- Added a manual reference on the `medusaIntegrationTestRunner` and `moduleIntegrationTestRunner` functions. Since the typings in the source code aren't very informative, I opted for a manual reference shedding light on the important bits.

Closes DOCS-852
2024-09-03 14:50:45 +00:00

13 lines
396 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const metadata = {
title: `${pageNumber} Debugging and Testing`,
}
# {metadata.title}
In the next chapters, youll learn about the tools Medusa provides for testing and debugging your Medusa application.
By the end of this chapter, youll learn:
- How to use Medusa's `medusa-test-utils` test to write integration tests.
- How to use Medusas `Logger` utility to log messages.