docs(ci): typo (#31508)
This commit is contained in:
parent
1f92376508
commit
f62121548a
|
|
@ -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.
|
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
|
```bash js
|
||||||
xvfb-run npx playwrght test
|
xvfb-run npx playwright test
|
||||||
```
|
```
|
||||||
```bash python
|
```bash python
|
||||||
xvfb-run pytest
|
xvfb-run pytest
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue