UNPKG

playwright-msteams-reporter-conditional

Version:

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

18 lines (17 loc) 351 B
export interface AdaptiveCard { type: "AdaptiveCard"; version: string; body: any[]; msteams: { width?: "Full"; entities?: { type: "mention"; text: string; mentioned: { id: string; name: string; }; }[]; }; actions: any[]; }