qansigliere-json-reporter-integration-with-testrail
Version:
The main idea of this library created in the JavaScript language is to provide a better way to synchronize json-reporter results with Testrail.
3 lines • 331 B
TypeScript
export function parseJSONReporterFolderAndGenerateCSVFile(pathToFolder: any): void;
export function parseJSONReporterAndSyncResultsToTestrail(pathToFolderWithJSONResults: any, url: any, username: any, apiKey: any, projectID: any, suiteID: any, testRunID: any, testRunName: any): Promise<void>;
//# sourceMappingURL=library.d.ts.map