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.
8 lines (6 loc) • 339 B
JavaScript
let {
parseJSONReporterFolderAndGenerateCSVFile,
parseJSONReporterAndSyncResultsToTestrail,
} = require('./library/library');
module.exports.parseJSONReporterFolderAndGenerateCSVFile = parseJSONReporterFolderAndGenerateCSVFile;
module.exports.parseJSONReporterAndSyncResultsToTestrail = parseJSONReporterAndSyncResultsToTestrail;