diff --git a/How-to-set-up-WooCommerce-development-environment.md b/How-to-set-up-WooCommerce-development-environment.md index 3173f09..b092d06 100644 --- a/How-to-set-up-WooCommerce-development-environment.md +++ b/How-to-set-up-WooCommerce-development-environment.md @@ -268,6 +268,10 @@ To activate, open up your browser console and add this: localStorage.setItem( 'debug', 'wc-admin:*' ); ``` +### WooCommerce Admin Test Helper + +[WooCommerce Admin Test Helper](https://github.com/woocommerce/woocommerce-admin-test-helper) is a plugin that makes it easier to test the WooCommerce Admin plugin. + ## IDE integrations