UNPKG

omni-dashboard-playwright-reporter

Version:

Playwright client for publishing test results to Omni Dashboard - Transform Your Test Automation with AI-Powered Insights

6 lines (5 loc) 335 B
import OmniPlaywrightReporter from './omni-playwright-reporter'; import { OmniPlaywrightClient } from './omni-playwright-client'; import { OmniReporterConfig, getOmniReporterConfig } from './types/omni-reporter-config'; export default OmniPlaywrightReporter; export { OmniPlaywrightClient, OmniReporterConfig, getOmniReporterConfig };