UNPKG

playwright-msteams-reporter-conditional

Version:

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

7 lines (6 loc) 233 B
import { TableCellStyle, TableRow } from "../models"; export declare const createTableRow: (type: string, total: string | number, options?: { style?: TableCellStyle; isSubtle?: boolean; weight?: "Bolder"; }) => TableRow;