Understand test results
After you launch a test run, Antithesis lets you understand what’s happening, both live during a test run and after it completes via:
- An overview of the test results, and
- An interface to fetch and search the raw logs.
You can do either of the above from the web app or programmatically via the API and the Snouty CLI.
Get an overview
After Antithesis completes testing (determined by the configured test duration when launching a test), it generates a Triage report summarizing the results of that test run. There are many ways to receive the triage report.
- You’ll find the triage report attached to the corresponding test run in the Recent runs tab.
- If you supplied email address(es) to receive the report when launching a test, you’ll receive an email.
- If you set up the Discord or Slack integration, you’ll receive the report on the configured platform.
Alternatively, you can fetch the properties and their status using the API or Snouty CLI.
Fetch and search the raw logs
While you wait for Antithesis to complete testing, you can dive deeper to look at the logs as they stream in and visualize the multiverse map forming.
From the web app, you can go to the “Logs explorer” tab to fetch and search logs, and look at the multiverse map in real time.
Programmatically, with the API and Snouty CLI, you can:
- Fetch logs up to a moment,
- Run textual search queries on the logs,
- Run advanced search and temporal queries on the logs.
What’s next
Read more about: