You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be cool if one can parameterize browser_type_launch_args using pytest.mark.parameterize's indirect=True flag with the request parameter like so:
It would be cool if one can parameterize
browser_type_launch_args
usingpytest.mark.parameterize
'sindirect=True
flag with therequest
parameter like so:This would enable in-source configuration (more readable), without having to pass args externally or via config file.
The text was updated successfully, but these errors were encountered: