@azure/microsoft-playwright-testing
Version:
Package to integrate your Playwright test suite with Microsoft Playwright Testing service
5 lines • 309 B
TypeScript
import type { PipelineResponse, HttpMethods } from "@azure/core-rest-pipeline";
export declare class HttpService {
callAPI(method: HttpMethods, url: string, data: any | null, token: string, contentType: string, correlationId: string): Promise<PipelineResponse>;
}
//# sourceMappingURL=httpService.d.ts.map