frappe-testing
Installation
SKILL.md
Frappe Testing
Write and run tests for Frappe applications using the built-in testing framework.
When to use
- Writing unit tests for DocType controllers
- Writing integration tests for workflows and APIs
- Running existing test suites
- Debugging test failures
- Setting up CI pipelines for Frappe apps
Inputs required
- App name to test
- Site name for test execution
- Specific module/DocType to test (optional)
- Test environment (dev site, dedicated test site)