docs(python): reference to base url package (#15412)
This commit is contained in:
parent
26ef9dddb3
commit
21dcc5139d
|
|
@ -148,7 +148,8 @@ def test_example(page):
|
||||||
|
|
||||||
### Configure base-url
|
### 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
|
```bash
|
||||||
pytest --base-url http://localhost:8080
|
pytest --base-url http://localhost:8080
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue