Curated resource guide
WooCommerce Testing Resources
Protect WooCommerce revenue flows with tests that reflect how stores actually behave. This collection covers unit and integration testing, QIT, checkout and payment automation, Blocks, Store API, HPOS, webhooks, subscriptions, email, accessibility, visual regression, static analysis, CI, and release compatibility.
Scope
What this guide covers
- WooCommerce unit/integration tests
- QIT
- end-to-end checkout testing
- payment testing
- Cart/Checkout Blocks
- Store API
- REST API
- HPOS compatibility
- extension activation tests
- PHP compatibility
- PHPStan/static analysis
- security tests
- browser/device tests
- accessibility
- visual regression
- email verification
- subscriptions and recurring payments
- webhooks
- order-status flows
- fixtures/test products
- staging environments
- CI
- release compatibility
- and regression testing for store-critical flows
Selected references
Curated resources
Links open the original publisher so you can use the complete, current material in context.
- 01Recommended starting point
Testing WooCommerce Extensions
Plan automated, manual, compatibility, and release testing around the workflows a WooCommerce extension changes.
developer.woocommerce.com - 02
QIT Documentation
Run WooCommerce-managed activation, compatibility, security, PHP, and end-to-end test suites.
qit.woo.com - 03
Playwright Documentation
A strong browser-testing reference for automating WordPress admin, editor, storefront, and cross-browser user journeys.
playwright.dev - 04
WordPress Core PHPUnit Tests
The official route to running the WordPress PHP test suite locally before a change reaches Core or dependent projects.
make.wordpress.org - 05
WooCommerce Compatibility and Interoperability
Plan declarations, cross-extension tests, platform compatibility, and ongoing release monitoring.
developer.woocommerce.com - 06
HPOS for Large Stores
Plan staged compatibility testing, long migrations, verification, and production cutover for large order sets.
developer.woocommerce.com - 07
Testing for Web Accessibility
WordPress-specific guidance for combining automated checks with keyboard, screen-reader, and manual accessibility testing.
make.wordpress.org