@moroo/wdio-slack-reporter
Version:
Reporter from WebdriverIO using Incoming webhook and Web API to send results to Slack.
18 lines (15 loc) • 726 B
text/typescript
export { SlackWebClient, SlackWebhookClient } from './client.cjs';
import SlackReporter from './reporter.cjs';
export { CucumberStats, EmojiSymbols, FilesUploadV2Options, FilesUploadV2Response, SlackIncomingWebhookOptions, SlackOptions, SlackReporterOptions, SlackRequestType, SlackWebApiOptions, SlackWebClientOptions, SlackWebhookOptions, StateCount, TestResultType, TimeoutError } from './types.cjs';
import '@slack/web-api';
import '@slack/webhook';
import '@wdio/reporter';
import './constants.cjs';
import '@wdio/types';
/**
* Copyright (c) moroo
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
export { SlackReporter as default };