monocart-reporter 2.4.3 → 2.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -53,6 +53,7 @@
53
53
  - [Slack Integration](#slack-integration)
54
54
  - [Discord Integration](#discord-integration)
55
55
  - [Teams Integration](#teams-integration)
56
+ - [BrowserStack Integration](#browserstack-integration)
56
57
  - [Dingtalk/Weixin/Feishu Integration](#dingtalkweixinfeishu-integration)
57
58
  * [Contributing](#contributing)
58
59
  * [Changelog](CHANGELOG.md)
@@ -1133,6 +1134,9 @@ module.exports = {
1133
1134
  - Please create an [Incoming Webhooks](https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/add-incoming-webhook) for the channel first.
1134
1135
  - Example: [teams-webhook](https://github.com/cenfun/monocart-reporter-examples/tree/main/integrations/teams-webhook)
1135
1136
 
1137
+ ## BrowserStack Integration
1138
+ - Example: [browserstack](https://github.com/cenfun/monocart-reporter-examples/tree/main/integrations/browserstack)
1139
+
1136
1140
  ## Dingtalk/Weixin/Feishu Integration
1137
1141
  - [dingtalk-webhook](https://github.com/cenfun/monocart-reporter-examples/tree/main/integrations/dingtalk-webhook)
1138
1142
  - [weixin-webhook](https://github.com/cenfun/monocart-reporter-examples/tree/main/integrations/weixin-webhook)