Printing a report of unit tests

Is there a way to print a simple report of the tests? We want a list of tests, with a report of ‘pass’ or ‘fail’ for each one. We need this for the V&V process for our app.

We found what we want in the ‘Report Navigator’ (the option on the far right in the left hand column on Xcode) by clicking on ‘Test’. However, this isn’t printable. Below ‘Test’ is ‘Build’, ‘Coverage’, and ‘Log’, which can be exported, but all of them show more information that we wanted. (Photo for reference)

Is there a way to print out that page when you click on ‘Test’? What am I missing here?

Printing a report of unit tests
 
 
Q