UNPKG

azure-devops-test-helper

Version:

Import JSON result with attachments into Azure Test Plan

3 lines (2 loc) 166 B
import { AxiosInstance } from "axios"; export declare function getTestCasesByPlanID(axiosClient: AxiosInstance, planId: number, suiteId: number): Promise<unknown[]>;