From cdb1b95984a9697c3ebeb80977d7a7aa15a0910d Mon Sep 17 00:00:00 2001 From: Alex Kirk Date: Wed, 2 Oct 2024 10:56:58 +0200 Subject: [PATCH] Update README.md --- packages/playground/website/playwright/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/playground/website/playwright/README.md b/packages/playground/website/playwright/README.md index fffa6f9605..078f0af101 100644 --- a/packages/playground/website/playwright/README.md +++ b/packages/playground/website/playwright/README.md @@ -2,6 +2,14 @@ **Note:** We are currently migrating the e2e tests to [Playwright](https://playwright.dev/) from Cypress. +## Install Playwright + +You first need to install Playwright to run the tests below: + +```bash +npx playwright install --with-deps +``` + ## Run tests Runs the end-to-end tests.