Ghost/ghost/core/test/e2e-browser/README.md

10 lines
197 B
Markdown
Raw Normal View History

## 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
```