Search for a command to run...
To run tests, navigate to the directory:
Terminalcd examples/feed-yandex/medusa
Make sure your file includes the following variables: , :
Terminalcp .env.test.example .env.test
Then, run tests:
Terminal1# Run module tests2# These verify the internal logic, such as services and models3yarn test:integration:modules45# Run integration tests6# Integration tests include tests for API Routes and Workflows7yarn test:integration:http