Command Palette

Search for a command to run...

Тестирование Яндекс Маркет YML-фида для Medusa

Для запуска тестов перейдите в каталог :

cd examples/feed-yandex/medusa

Убедитесь, что в файле присутствуют следующие переменные: , :

cp .env.test.example .env.test

Затем, запустите тесты:

# 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