mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
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
1 changed files with 9 additions and 0 deletions
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…
Add table
Reference in a new issue