[e2e tests] README.md - Add link to WooCommerce Monorepo prerequisites (#43552)

* Update README.md

Add a link to the WooCommerce Monorepo prerequisites before going through the e2e-pw prerequisites.

* Update WC prerequisites to relative link and added changelog

Update link to WC monorepo prerequisites

* Add changefile(s) from automation for the following project(s): woocommerce

* Remove duplicated lines

Remove duplicated instructions and leave the step to install Docker and Docker compose

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Adrian Moldovan <3854374+adimoldovan@users.noreply.github.com>
This commit is contained in:
Álvaro Thomas 2024-01-29 12:31:38 +01:00 committed by GitHub
parent 6cada6447a
commit 06754dc917
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View File

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

View File

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