Hi, Thats not critical issue for me but it still interest. Why we don't read base_url param value from pytest.ini when run tests with pytest-xdist plugin? I try replace line https://github.com/pytest-dev/pytest-base-url/blob/master/src/pytest_base_url/plugin.py#L14 by `base_url = config.getoption("base_url") or config.getini("base_url")` and this worked for me