Test reports sum up the results of a test run - a single execution of all your active test cases.
test reports
section in the project overview. Click on show more
to see more than the last 4 test runs. The test reports
menu in the sidebar lists all recent reports in chronological order, starting from most recent at the top.
Test reports are tied to a single target execution URL, so one specific deployment of your website or app, e.g. a branch deployment during a pull request.
'Test report page with test report list, 05/2025
test reports
section in the project overview
gives you the option of a daily, weekly or bi-weekly interval.
This ensures that your app works flawlessly over time. We will send you an email notification if any of your tests fail.
Scheduling test runs in the Octomind app, 05/2025
Example of Octomind test results in a commit comment, 09/2023
column | description |
---|---|
description | name of the test case |
status ✅ | execution successful |
status ⌛️ | execution in progress |
status ❌ | execution failed |
status 💔 | something went wrong on our side during execution |
details | link which takes you to the test case details (see below) |
test report overview
with all the results and more details will open.
If triggered manually, you will find the user who triggered it and when. When triggered via CI integration, you will find a link to the commit
that triggered it.
Example of a Octomind test report, 05/2025
timeline of a broken test in test result detail showing what happened during the test run, 5/2025
One view with all information to inspect what went wrong with a broken test, 4/2025
maintain tests
section of this documentation, we explain why tests fail, how you inspect the cause and how you can fix broken tests.