From 21dcc5139ddae01a09be2cd29e1fba2ac43b1000 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Wed, 6 Jul 2022 14:31:39 +0200 Subject: [PATCH] docs(python): reference to base url package (#15412) --- docs/src/test-runners-python.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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