tm-playwright-framework
Version:
Playwright Cucumber TS framework - The easiest way to learn
8 lines (7 loc) • 539 B
TypeScript
export declare function buildRequest(FieldMappings: {
[key: string]: any;
}, templatName: string, iteration: number, templatePath?: string): any;
export declare function writeResponse(APIResponse: string, templateName: string, iteration: number): void;
export declare function convertFileContentToJSONObject(filePathToConvert: string): any;
export declare function readPreviousResponse(ProofingSearchResponse: string): any;
export declare function extractResponseValue(testCaseName: string, jsonPath: string, iteration?: number): any;