UNPKG

azure-devops-test-helper

Version:

Import JSON result with attachments into Azure Test Plan

5 lines (4 loc) 318 B
import { AxiosInstance } from "axios"; import { AzureAPIClients } from "./importer"; export declare function createAzureAPIClients(pat: string, organizationUrl: string): Promise<AzureAPIClients>; export declare function createAxiosClient(pat: string, organizationUrl: string, project: string): Promise<AxiosInstance>;