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 defc941 commit 607b84fCopy full SHA for 607b84f
py/conftest.py
@@ -528,7 +528,11 @@ def firefox_options(request):
528
# skip tests in the 'remote' directory if run with a local driver
529
_driver_class = getattr(_supported_drivers, driver_class.lower())
530
if request.node.path.parts[-2] == "remote" and _driver_class != "Remote":
531
+<<<<<<< HEAD
532
pytest.skip(f"Remote tests can't be run with driver '{_driver_class}'")
533
+=======
534
+ pytest.skip(f"Remote tests can't be run with driver '{selenium_driver.driver_class}'")
535
+>>>>>>> 35c2a28003 (fixed linting issues)
536
537
options = webdriver.FirefoxOptions()
538
if request.config.option.headless:
0 commit comments