monocart-reporter 2.4.4 → 2.4.6
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)
|
|
@@ -1141,10 +1145,13 @@ module.exports = {
|
|
|
1141
1145
|
|
|
1142
1146
|
## Contributing
|
|
1143
1147
|
```sh
|
|
1148
|
+
# Node.js 20+
|
|
1144
1149
|
npm install starfall-cli -g
|
|
1145
1150
|
npm install
|
|
1146
|
-
|
|
1151
|
+
|
|
1147
1152
|
npm run build
|
|
1153
|
+
npm run test
|
|
1154
|
+
|
|
1148
1155
|
npm run dev
|
|
1149
1156
|
```
|
|
1150
1157
|
## Dependencies
|