We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe7e522 commit 293224eCopy full SHA for 293224e
src/pytest_selenium/pytest_selenium.py
@@ -235,7 +235,7 @@ def pytest_configure(config):
235
config._capabilities = capabilities
236
237
238
-def pytest_report_header(config, startdir):
+def pytest_report_header(config, start_path):
239
driver = config.getoption("driver")
240
if driver is not None:
241
return "driver: {0}".format(driver)
src/pytest_selenium/safety.py
@@ -36,7 +36,7 @@ def pytest_configure(config):
36
)
37
38
39
40
base_url = config.getoption("base_url")
41
sensitive_url = config.getoption("sensitive_url")
42
msg = "sensitiveurl: {0}".format(sensitive_url)
0 commit comments