{"id":24313549,"url":"https://github.com/tabuckner/cucumberjs-slack-bot","last_synced_at":"2026-05-05T15:41:09.571Z","repository":{"id":57141735,"uuid":"118790073","full_name":"tabuckner/cucumberjs-slack-bot","owner":"tabuckner","description":null,"archived":false,"fork":false,"pushed_at":"2018-04-18T13:33:16.000Z","size":4,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T15:24:28.313Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tabuckner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-01-24T16:19:10.000Z","updated_at":"2018-01-24T16:20:24.000Z","dependencies_parsed_at":"2022-09-03T07:41:27.460Z","dependency_job_id":null,"html_url":"https://github.com/tabuckner/cucumberjs-slack-bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabuckner%2Fcucumberjs-slack-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabuckner%2Fcucumberjs-slack-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabuckner%2Fcucumberjs-slack-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tabuckner%2Fcucumberjs-slack-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tabuckner","download_url":"https://codeload.github.com/tabuckner/cucumberjs-slack-bot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242705656,"owners_count":20172325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-17T09:12:21.326Z","updated_at":"2025-12-05T15:06:18.991Z","avatar_url":"https://github.com/tabuckner.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Protractor/Cucumber Slack Notification Tool\r\n\r\nSimple JSON parser and slack notification bot. Designed to be used with a Slack Web API endpoint.\r\n\r\n## Getting Started\r\n\r\nDesigned to be used as a dev dependency. Explore your options if you'd like.\r\n```\r\nnpm install --save-dev cucumberjs-slack-bot\r\n```\r\n\r\n### Prerequisites\r\n\r\nDesigned for a specific use-case. If you are using Protractor with CucumberJS _and_ Slack, you might find this tool useful.\r\n\r\nThis tool requires a Slack Web API endpoint. [Read More](https://api.slack.com/web)\r\n\r\n### Installing\r\n\r\nTo use simply require the module:\r\n\r\n```\r\nconst slackBot = require('./bot');\r\n```\r\n\r\nDefine your Slackbot configuratoin options:\r\n\r\n```\r\nconst slackBotOptions = {\r\n  githubAccount: '[your account name: string]',\r\n  githubRepo: '[your repo name: string]',\r\n  cucumberJSON: '[filepath of Protractor JSON output: string]',\r\n  slackEndpoint: 'https://hooks.slack.com/services/your/endpoint'\r\n}\r\n```\r\n\r\nThen call the function:\r\n\r\n```\r\nslackBot.newSlackNotification(slackBotOptions);\r\n```\r\n\r\n## Built With\r\n\r\n* [git-repo-info](https://www.npmjs.com/package/git-repo-info) - For git info\r\n* [request](https://www.npmjs.com/package/request) - For hitting endpoint\r\n* [request-promise](https://www.npmjs.com/package/request-promise) - Cause promises\r\n\r\n## Contributing\r\n\r\nSubmit a PR on the github repo\r\n\r\n## Authors\r\n\r\n* **Taylor Buckner** - *WIP* - [tabuckner](https://github.com/tabuckner)\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftabuckner%2Fcucumberjs-slack-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftabuckner%2Fcucumberjs-slack-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftabuckner%2Fcucumberjs-slack-bot/lists"}