saleor-testing
Installation
SKILL.md
Saleor Testing
Before writing code
Fetch live docs:
- Web-search
site:github.com/saleor/saleor pytest conftest fixturesfor Saleor's test setup and existing fixtures - Web-search
site:docs.saleor.io app testing webhooksfor App testing patterns and webhook verification - Web-search
site:docs.saleor.io graphql API testingfor GraphQL query and mutation testing approaches - Fetch
https://github.com/saleor/saleor/blob/main/conftest.pyand review root-level test configuration - Web-search
site:docs.pytest.org fixtures factory_boy djangofor pytest fixtures and factory_boy integration
Test Architecture
Saleor follows a layered testing approach: