AI Failure Summary ✨
Generates succinct summaries of test failure detected during the testing process. These summaries include relevant information such as error messages, and impacted functionalities.
INFO
This feature is currently in beta. Please report any bugs to testbeats.
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"
]
}
]
}