UNPKG

wdio-ms-teams-service

Version:

A WebdriverIO plugin to report to Microsoft Teams channel webhooks

9 lines 321 B
import { IMsTeamsWebhookResult } from "./types"; export default class IncomingWebhook { private readonly _url; private readonly _timeout; private _axios; constructor(url: string, timeout?: number); send(message: string): Promise<IMsTeamsWebhookResult>; } //# sourceMappingURL=incoming-webhook.d.ts.map