playwright-testrail-sync
Version:
TestRail Integration for Playwright with comprehensive logging and error handling
14 lines • 667 B
TypeScript
/**
* TestRail Integration for Playwright
* Main entry point and configuration
*/
export { createReporterFromEnvironment, createReporterWithOptions, createReporterWithTestRailConfig, createReporterWithLoggingConfig, createReporterWithAttachmentsConfig, } from "./factory";
export { TestRailReporter } from "./compatibility";
export * from "./config";
export { PlaywrightTestRailSync } from "./reporter/playwright-testrail-sync";
export { TestRailApiClient } from "./api";
export { TestRailLogger } from "./logging";
export * from "./types";
export * from "./utils";
export { TestRailReporter as default } from "./compatibility";
//# sourceMappingURL=index.d.ts.map