woo-testing
Installation
SKILL.md
WooCommerce Testing
Before writing code
Fetch live docs:
- Web-search
site:developer.woocommerce.com testingfor WooCommerce testing guide - Web-search
site:developer.wordpress.org plugins testingfor WordPress Plugin testing handbook - Web-search
woocommerce e2e testing playwrightfor E2E patterns
Test Types
Unit Tests
Isolated class/function testing:
- No WordPress/WooCommerce bootstrap
- Mock all dependencies
- Fast execution
- Test pure business logic