diff --git a/plugins/woocommerce/changelog/43552-README.md]-Add-link-to-WC-Monorepo-prerequisites b/plugins/woocommerce/changelog/43552-README.md]-Add-link-to-WC-Monorepo-prerequisites new file mode 100644 index 00000000000..7763c5a4da8 --- /dev/null +++ b/plugins/woocommerce/changelog/43552-README.md]-Add-link-to-WC-Monorepo-prerequisites @@ -0,0 +1,4 @@ +Significance: patch +Type: dev +Comment: Update E2E Playwright environment README.md file with a link to the WooCommerce Monorepo prerequisites to avoid duplicate content. + diff --git a/plugins/woocommerce/tests/e2e-pw/README.md b/plugins/woocommerce/tests/e2e-pw/README.md index e92ecdaa6a4..8111b7231ac 100644 --- a/plugins/woocommerce/tests/e2e-pw/README.md +++ b/plugins/woocommerce/tests/e2e-pw/README.md @@ -19,10 +19,8 @@ This is the documentation for the new e2e testing setup based on Playwright and ## Pre-requisites -- Node.js ([Installation instructions](https://nodejs.org/en/download/)) -- NVM ([Installation instructions](https://github.com/nvm-sh/nvm)) -- PNPM ([Installation instructions](https://pnpm.io/installation)) -- Docker and Docker Compose ([Installation instructions](https://docs.docker.com/engine/install/)) +- Go through the [WooCommerce Monorepo prerequisites](https://github.com/woocommerce/woocommerce/blob/trunk/README.md#prerequisites) first, including the commands to get everything working. +- Install Docker and Docker Compose ([Installation instructions](https://docs.docker.com/engine/install/)). Docker Compose comes installed in Docker Desktop by default. Note, that if you are on Mac and you install docker through other methods such as homebrew, for example, your steps to set it up might be different. The commands listed in steps below may also vary.