UNPKG

playwright-msteams-reporter-conditional

Version:

Microsoft Teams reporter for Playwright which allows you to send notifications about the status of your E2E tests.

7 lines (6 loc) 114 B
export interface TestStatuses { passed: number; flaky: number; failed: number; skipped: number; }