UNPKG

@restqa/cucumber-export

Version:

A simple cucumber-js formatter exporting your result to different endpoints

14 lines (13 loc) 410 B
module.exports = { webhook: require("./webhook"), "html-remote": require("./html-remote"), "elastic-search": require("./elastic-search"), file: require("./file"), slack: require("./slack"), "microsoft-teams": require("./microsoft-teams"), discord: require("./discord"), line: require("./line"), mattermost: require("./mattermost"), html: require("./html"), stream: require("./stream") };