AI Failure Summary β¨ β
Generates succinct summaries of test failures detected during the testing process. These summaries include relevant information such as error messages and impacted functionalities.
If a test run contains failures, the TestBeats portal will generate an AI failure summary and include it in the report.

Configuration β
AI Failure Summary is enabled by default. You can disable it from the test run configuration.
json
{
"api_key": "<api-key>",
"show_failure_summary": false,
"targets": [
{
"name": "slack",
"inputs": {
"url": "<slack-incoming-webhook-url>"
}
}
],
"results": [
{
"type": "testng",
"files": [
"path/to/testng-results.xml"
]
}
]
}Next Steps β
- AI Failure Signature β semantic grouping of failures
- Smart Analysis β new, flaky, and recurring failures
- Getting Started β publish results and enable portal features
- publish command β CLI reference for configuration
- CI/CD integration β run TestBeats in your pipeline
