RunnerOptions: NodeOptions & Partial<{
    no_color: boolean;
    config_file: string;
    output_directory: string;
    overwrite_results: boolean;
    save_binary: boolean;
    save_json: boolean;
    submit_async: boolean;
    testcases: string[];
    workflow_filter: string;
    workflows: Workflow[];
    webUrl: string;
}>