docs: add missing pytest-playwright installation command

This commit is contained in:
Daniel Mauricio Flores 2024-07-11 16:55:22 +02:00
parent 4554372e45
commit 45b1a9f578

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>