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
This commit is contained in:
Daniel Lockyer 2022-02-22 10:19:51 +01:00
parent 4757158054
commit fb7e6e8276
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD

View File

@ -0,0 +1,9 @@
## 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
```