Skip to content

Commit

Permalink
Add Install instructions to the Playwright README (#1837)
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk authored Oct 3, 2024
1 parent d61b35f commit ddce395
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/playground/website/playwright/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ddce395

Please sign in to comment.