Updated How to set up WooCommerce development environment (markdown)

rodelgc 2023-01-13 23:25:58 +08:00
parent 6a3c5a7f35
commit e843f789c8
1 changed files with 2 additions and 1 deletions

@ -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)