docs: add missing pytest-playwright installation command (#31645)

This commit is contained in:
Daniel Flores 2024-07-11 21:27:54 +02:00 committed by GitHub
parent 4554372e45
commit b13bd66d20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@ Install the [Pytest plugin](https://anaconda.org/Microsoft/pytest-playwright):
```bash
conda config --add channels conda-forge
conda config --add channels microsoft
conda install playwright
conda install pytest-playwright
```
</TabItem>