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:
parent
4757158054
commit
fb7e6e8276
9
test/e2e-browser/README.md
Normal file
9
test/e2e-browser/README.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user