playwright-testrail-sync
Version:
TestRail Integration for Playwright with comprehensive logging and error handling
6 lines • 339 B
TypeScript
export { TestRailApiClient } from "./testrail-client";
export { addAttachmentToResult, addAttachmentToCase, } from "./attachment-handler";
export { handleApiError } from "./error-handler";
export { getContentType } from "./content-type-detector";
export { generateFileName } from "./filename-generator";
//# sourceMappingURL=index.d.ts.map