Skip to content

Commit 87745b0

Browse files
committed
docs: update
1 parent fc126c9 commit 87745b0

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

README.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -96,40 +96,6 @@ This will create a job summary with insights on failures, flakiness and test dur
9696
<img src="images/insights.png" alt="GitHub Test Reporter" width="600">
9797
</div>
9898

99-
## Continuous AI Usage
100-
101-
To get started with continuous AI analysis of test results, add the following to your workflow file:
102-
103-
```yaml
104-
- name: Publish Test Report with AI Analysis
105-
uses: ctrf-io/github-test-reporter@v1
106-
with:
107-
report-path: './ctrf/*.json'
108-
ai-summary-report: true
109-
on-fail-only: true
110-
summary: false
111-
pull-request: true
112-
ai: |
113-
{
114-
"provider": "openai",
115-
"model": "gpt-5"
116-
}
117-
if: always()
118-
env:
119-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120-
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
121-
```
122-
123-
Add your AI API key to the repository secrets. Choose from a variety of AI providers and models. See [AI Configuration](#ai-configuration) for more information.
124-
125-
Make sure your GitHub Token has pull request write permission.
126-
127-
This will create a pull request comment with a summary of the AI analysis.
128-
129-
<div align="center">
130-
<img src="images/ai-summary.png" alt="GitHub Test Reporter" width="600">
131-
</div>
132-
13399
## Pull Request Comment Usage
134100

135101
To get started with pull request comments, add the following to your workflow file:

0 commit comments

Comments
 (0)