Function collect_suite_events_with_watch

Source
pub async fn collect_suite_events_with_watch(
    suite_instance: SuiteRunInstance,
    filter_debug_data: bool,
    compressed_debug_data: bool,
) -> Result<(Vec<RunEvent>, Vec<AttributedLog>), Error>