saleor-testing

Installation
SKILL.md

Saleor Testing

Before writing code

Fetch live docs:

  1. Web-search site:github.com/saleor/saleor pytest conftest fixtures for Saleor's test setup and existing fixtures
  2. Web-search site:docs.saleor.io app testing webhooks for App testing patterns and webhook verification
  3. Web-search site:docs.saleor.io graphql API testing for GraphQL query and mutation testing approaches
  4. Fetch https://github.com/saleor/saleor/blob/main/conftest.py and review root-level test configuration
  5. Web-search site:docs.pytest.org fixtures factory_boy django for pytest fixtures and factory_boy integration

Test Architecture

Saleor follows a layered testing approach:

Related skills
Installs
2
GitHub Stars
29
First Seen
Mar 31, 2026