UNPKG

playwright-msteams-reporter-conditional

Version:

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

3 lines (2 loc) 146 B
import { TestStatuses } from "../models"; export declare const getNotificationOutcome: (statuses: TestStatuses) => "passed" | "flaky" | "failed";