mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
fb7e6e8276
refs https://github.com/TryGhost/Toolbox/issues/207 - we need to suggest to install the supported browsers so Playwright can run tests against them
10 lines
197 B
Markdown
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
|
|
```
|