Updated How to set up WooCommerce development environment (markdown)

rodelgc 2023-01-13 23:26:16 +08:00
parent e843f789c8
commit 9df38215ac
1 changed files with 1 additions and 1 deletions

@ -80,6 +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 Puppeteer E2E tests (depecrated)](https://github.com/woocommerce/woocommerce/blob/trunk/plugins/woocommerce/tests/e2e/README.md)
2. [Running Puppeteer E2E tests (deprecated)](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)