Command Palette

Search for a command to run...

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

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

Terminal
cd examples/feed-yandex/medusa

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

Terminal
cp .env.test.example .env.test

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

Terminal
1# Run module tests
2# These verify the internal logic, such as services and models
3yarn test:integration:modules
4
5# Run integration tests
6# Integration tests include tests for API Routes and Workflows
7yarn test:integration:http
Изменено 5 июня 2026 г.·Редактировать страницу