Testing
Properly setting up your test environment and writing tests when contributing to WooCommerce core are essential parts of our development pipeline. The links below are also included in our Contributing Guidelines on GitHub.
If you have any questions about testing please reach out to the developer community in our public channels(Developer Blog, GitHub Discussions, or Community Slack).
Unit Testing
End-to-end tests are powered by Playwright
. The test site is spun up using wp-env
(recommended).
API Testing
API tests are based on Playwright
and wp-env
.
Calls for Testing
Keep tabs on calls for testing on our developer blog, and make sure to read our beta testing instructions to help us build new features and enhancements.