UNPKG

playwright-msteams-reporter-conditional

Version:

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

14 lines (13 loc) 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BaseAdaptiveCard = void 0; exports.BaseAdaptiveCard = { type: "AdaptiveCard", body: [], msteams: { width: "Full", }, actions: [], $schema: "http://adaptivecards.io/schemas/adaptive-card.json", version: "1.6", };