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
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,13 @@ The Slack integration allows you to send test results directly to your Slack cha
53
53
54
54
The Slack integration is powered by the [Slack Test Reporter](https://github.com/ctrf-io/slack-test-reporter), see the latest documentation for more information.
55
55
56
+
Actions available:
57
+
58
+
- `results`
59
+
- `failed`
60
+
- `flaky`
61
+
- `ai`
62
+
56
63
Requires the `SLACK_WEBHOOK_URL` environment variable to be set.
57
64
58
65
```yaml
@@ -87,6 +94,13 @@ The Microsoft Teams integration allows you to send test results directly to your
87
94
88
95
The Microsoft Teams integration is powered by the [Microsoft Teams Test Reporter](https://github.com/ctrf-io/teams-test-reporter), see the documentation for more information.
89
96
97
+
Actions available:
98
+
99
+
- `results`
100
+
- `failed`
101
+
- `flaky`
102
+
- `ai`
103
+
90
104
Requires the `TEAMS_WEBHOOK_URL` environment variable to be set.
91
105
92
106
```yaml
@@ -98,7 +112,7 @@ Requires the `TEAMS_WEBHOOK_URL` environment variable to be set.
98
112
{
99
113
"teams": {
100
114
"enabled": true,
101
-
"action": "results", // One of: "results" | "flaky" | "ai"
115
+
"action": "results",
102
116
"options": {
103
117
"title": "Test Results",
104
118
"onFailOnly": false
@@ -118,6 +132,18 @@ The AI integration provides intelligent analysis of your test results using adva
118
132
119
133
The AI integration is powered by the [AI Test Reporter](https://github.com/ctrf-io/ai-test-reporter), see the latestdocumentation for more information.
120
134
135
+
Actions available:
136
+
137
+
- `openai`
138
+
- `claude`
139
+
- `azure-openai`
140
+
- `grok`
141
+
- `deepseek`
142
+
- `mistral`
143
+
- `gemini`
144
+
- `perplexity`
145
+
- `openrouter`
146
+
121
147
Requires the environment variable to be set for the AI provider you are using.
122
148
123
149
```yaml
@@ -129,7 +155,7 @@ Requires the environment variable to be set for the AI provider you are using.
0 commit comments