UNPKG

playwright-msteams-reporter-conditional

Version:

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

4 lines (3 loc) 210 B
import { Suite } from "@playwright/test/reporter"; import { MsTeamsReporterOptions } from "."; export declare const processResults: (suite: Suite | undefined, options: MsTeamsReporterOptions) => Promise<void>;