Updated How to set up WooCommerce development environment (markdown)
parent
6a3c5a7f35
commit
e843f789c8
|
@ -80,5 +80,6 @@ While developing, we recommend adding support to your editor for the following (
|
|||
## Additional resources
|
||||
|
||||
1. [Running unit tests](https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/tests/README.md)
|
||||
2. [Running e2e tests](https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/tests/e2e/README.md)
|
||||
2. [Running Puppeteer E2E tests (depecrated)](https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/tests/e2e/README.md)
|
||||
2. [Running Playwright E2E tests (recommended)](https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/tests/e2e-pw/README.md)
|
||||
3. [Extra VVV configurations](Extra-VVV-Configurations)
|
Loading…
Reference in New Issue