diff --git a/docs/src/test-runners-python.md b/docs/src/test-runners-python.md index 5b76e79b26..fefd4a54d2 100644 --- a/docs/src/test-runners-python.md +++ b/docs/src/test-runners-python.md @@ -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