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) 147 B
import { TestStatuses } from "../models"; export declare const getNotificationColor: (statuses: TestStatuses) => "Good" | "Warning" | "Attention";