Command Palette

Search for a command to run...

Testing Yandex Market YML Feed Generator

To run tests, navigate to the directory:

cd examples/feed-yandex/medusa

Make sure your file includes the following variables: , :

cp .env.test.example .env.test

Then, run tests:

# Run module tests
# These verify the internal logic, such as services and models
yarn test:integration:modules
# Run integration tests
# Integration tests include tests for API Routes and Workflows
yarn test:integration:http
Testing Yandex Market YML Feed Generator