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) 126 B
import { TestStatuses } from "../models"; export declare const getNotificationBackground: (statuses: TestStatuses) => string;