monocart-reporter 2.6.0 → 2.6.1
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
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
- [Send and Receive Messages between Processes](#send-and-receive-messages-between-processes)
|
|
48
48
|
* [Merge Shard Reports](#merge-shard-reports)
|
|
49
49
|
* [onEnd Hook](#onend-hook)
|
|
50
|
-
* [Integration](#integration)
|
|
50
|
+
* [Integration Examples](#integration-examples)
|
|
51
51
|
* [Contributing](#contributing)
|
|
52
52
|
* [Changelog](CHANGELOG.md)
|
|
53
53
|
## Preview
|
|
@@ -1165,20 +1165,21 @@ module.exports = {
|
|
|
1165
1165
|
};
|
|
1166
1166
|
```
|
|
1167
1167
|
|
|
1168
|
-
## Integration
|
|
1168
|
+
## Integration Examples
|
|
1169
1169
|
By using the `onEnd` hook, we can integrate Playwright report with any other tools, such as:
|
|
1170
|
-
- Email
|
|
1171
|
-
- Testrail
|
|
1172
|
-
- Qase
|
|
1173
|
-
- Jira + Zephyr
|
|
1174
|
-
- Jira + Xray
|
|
1175
|
-
- Slack
|
|
1176
|
-
- Discord
|
|
1177
|
-
- Teams
|
|
1178
|
-
- BrowserStack
|
|
1179
|
-
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1170
|
+
- [Email](https://github.com/cenfun/playwright-reporter-integrations/tree/main/send-email)
|
|
1171
|
+
- [Testrail](https://github.com/cenfun/playwright-reporter-integrations/blob/main/testrail)
|
|
1172
|
+
- [Qase](https://github.com/cenfun/playwright-reporter-integrations/tree/main/qase)
|
|
1173
|
+
- [Jira + Zephyr](https://github.com/cenfun/playwright-reporter-integrations/tree/main/zephyr-scale)
|
|
1174
|
+
- [Jira + Xray](https://github.com/cenfun/playwright-reporter-integrations/blob/main/xray)
|
|
1175
|
+
- [Slack](https://github.com/cenfun/playwright-reporter-integrations/tree/main/slack-webhook)
|
|
1176
|
+
- [Discord](https://github.com/cenfun/playwright-reporter-integrations/blob/main/discord-webhook)
|
|
1177
|
+
- [Teams](https://github.com/cenfun/playwright-reporter-integrations/blob/main/teams-webhook)
|
|
1178
|
+
- [BrowserStack](https://github.com/cenfun/playwright-reporter-integrations/blob/main/browserstack)
|
|
1179
|
+
- [Github Actions Summary](https://github.com/cenfun/playwright-reporter-integrations/blob/main/github-actions-summary)
|
|
1180
|
+
- [Dingtalk](https://github.com/cenfun/playwright-reporter-integrations/tree/main/dingtalk-webhook)/[Weixin](https://github.com/cenfun/playwright-reporter-integrations/tree/main/weixin-webhook)/[Feishu](https://github.com/cenfun/playwright-reporter-integrations/tree/main/feishu-webhook)
|
|
1181
|
+
|
|
1182
|
+
See [playwright-reporter-integrations](https://github.com/cenfun/playwright-reporter-integrations)
|
|
1182
1183
|
|
|
1183
1184
|
## Contributing
|
|
1184
1185
|
```sh
|
|
@@ -1196,4 +1197,4 @@ npm run dev
|
|
|
1196
1197
|
- Lightweight UI Components [vine-ui](https://github.com/cenfun/vine-ui)
|
|
1197
1198
|
- High Performance Grid [turbogrid](https://github.com/cenfun/turbogrid)
|
|
1198
1199
|
- String compress/decompress [lz-utils](https://github.com/cenfun/lz-utils)
|
|
1199
|
-
- Coverage
|
|
1200
|
+
- Coverage Reporter [monocart-coverage-reports](https://github.com/cenfun/monocart-coverage-reports)
|