docs(ci.md): typo

Fixes a typo where one of the example commands used playwrght instead of playwright
This commit is contained in:
Noah Mayerhofer 2024-07-01 19:56:25 +02:00
parent 1f92376508
commit c6f1efdd12
No known key found for this signature in database
GPG key ID: 515F87F217279557

View file

@ -650,7 +650,7 @@ By default, Playwright launches browsers in headless mode. See in our [Running t
On Linux agents, headed execution requires [Xvfb](https://en.wikipedia.org/wiki/Xvfb) to be installed. Our [Docker image](./docker.md) and GitHub Action have Xvfb pre-installed. To run browsers in headed mode with Xvfb, add `xvfb-run` before the actual command.
```bash js
xvfb-run npx playwrght test
xvfb-run npx playwright test
```
```bash python
xvfb-run pytest