Ghost/test/e2e-browser/README.md
Daniel Lockyer fb7e6e8276
Added note about installing the E2E browsers
refs https://github.com/TryGhost/Toolbox/issues/207

- we need to suggest to install the supported browsers so Playwright can run tests
  against them
2022-02-22 10:20:40 +01:00

10 lines
197 B
Markdown

## Browser testing
#### Install
As per the [docs](https://playwright.dev/docs/intro#manually), run the following to install the supported browsers for Playwright:
```
npx playwright install
```