UNPKG

@moroo/wdio-slack-reporter

Version:

Reporter from WebdriverIO using Incoming webhook and Web API to send results to Slack.

18 lines (15 loc) 722 B
export { SlackWebClient, SlackWebhookClient } from './client.js'; import SlackReporter from './reporter.js'; export { CucumberStats, EmojiSymbols, FilesUploadV2Options, FilesUploadV2Response, SlackIncomingWebhookOptions, SlackOptions, SlackReporterOptions, SlackRequestType, SlackWebApiOptions, SlackWebClientOptions, SlackWebhookOptions, StateCount, TestResultType, TimeoutError } from './types.js'; import '@slack/web-api'; import '@slack/webhook'; import '@wdio/reporter'; import './constants.js'; 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 };