docs(python): reference to base url package (#15412)

This commit is contained in:
Max Schmitt 2022-07-06 14:31:39 +02:00 committed by GitHub
parent 26ef9dddb3
commit 21dcc5139d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,8 @@ def test_example(page):
### Configure base-url
Start Pytest with the `base-url` argument.
Start Pytest with the `base-url` argument. The [`pytest-base-url`](https://github.com/pytest-dev/pytest-base-url) plugin is used
for that which allows you to set the base url from the config, CLI arg or as a fixture.
```bash
pytest --base-url http://localhost:8080