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.