You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations.md
+26-28Lines changed: 26 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,47 +4,45 @@ GitHub Test Reporter supports various integrations to enhance your test reportin
4
4
5
5
You can use multiple integrations in the same workflow.
6
6
7
-
Integrations are currently beta. Please report any issues to the [GitHub Test Reporter repository](https://github.com/ctrf-io/github-test-reporter/issues).
7
+
Integrations are currently in beta. Please report any issues to the [GitHub Test Reporter repository](https://github.com/ctrf-io/github-test-reporter/issues).
8
8
9
9
| Integration | Description | Repository |
10
10
|------------|-------------|------------|
11
11
| Slack Test Reporter | Send test results and notifications to Slack channels |[ctrf-io/slack-test-reporter](https://github.com/ctrf-io/slack-test-reporter)|
12
12
| Microsoft Teams Test Reporter | Post test results and alerts to Teams channels |[ctrf-io/teams-test-reporter](https://github.com/ctrf-io/teams-test-reporter)|
13
13
| AI Test Reporter | Intelligent test analysis using leading AI models |[ctrf-io/ai-test-reporter](https://github.com/ctrf-io/ai-test-reporter)|
14
14
15
-
For detailed information about configuring and using these integrations, see our [Integrations Documentation](docs/integrations.md).
16
-
17
15
To suggest a new integration, please open an issue on the [GitHub Test Reporter repository](https://github.com/ctrf-io/github-test-reporter/issues).
18
16
19
17
## Configuration
20
18
21
19
Integrations are configured using the `integrations-config` input in your GitHub Actions workflow. The configuration is passed as a JSON string:
0 commit comments