How to extend Automation test results

I’ve created some (complex) tests and can run them according to the [Automation User Guide][1]. After the tests run successfully, I see the Duration and a check mark:

129145-6.png

Is there a way to extend those lines (programmatically), and add some more information per line (like number of stuff done by that test)?

Thanks a lot!