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 a5be5b6 commit 886cdf5Copy full SHA for 886cdf5
py/conftest.py
@@ -99,7 +99,7 @@ def driver(request):
99
kwargs = {}
100
101
# browser can be changed with `--driver=firefox` as an argument or to addopts in pytest.ini
102
- driver_class = getattr(request, 'param', 'Chrome').capitalize()
+ driver_class = getattr(request, "param", "Chrome").capitalize()
103
104
# skip tests if not available on the platform
105
_platform = platform.system()
0 commit comments