woo-testing

Installation
SKILL.md

WooCommerce Testing

Before writing code

Fetch live docs:

  1. Web-search site:developer.woocommerce.com testing for WooCommerce testing guide
  2. Web-search site:developer.wordpress.org plugins testing for WordPress Plugin testing handbook
  3. Web-search woocommerce e2e testing playwright for E2E patterns

Test Types

Unit Tests

Isolated class/function testing:

  • No WordPress/WooCommerce bootstrap
  • Mock all dependencies
  • Fast execution
  • Test pure business logic
Related skills
Installs
2
GitHub Stars
29
First Seen
Mar 31, 2026