mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-03 03:55:26 +03:00
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
|
||
|
```
|