UNPKG

playwright-msteams-reporter-conditional

Version:

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

16 lines (15 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseTable = void 0; exports.BaseTable = { type: "Table", columns: [ { width: 2, }, { width: 1, }, ], rows: [], };