def driver()

in conftest.py [0:0]


def driver(
    fx_executable: str,
    opt_headless: bool,
    opt_implicit_timeout: int,
    prefs_list: List[Tuple],
    opt_ci: bool,
    opt_window_size: str,
    use_profile: Union[bool, str],
    suite_id: str,
    test_case: str,
    machine_config: str,
    env_prep,
    tmp_path,
    request,
    version,
    json_metadata,
    hard_quit,
    create_profiles,