If a UX test opens apps A, B, and C, then those apps log files must be added to the test result. The easiest way to do this is to call 'self.addContentUniqueName' on the test case object, passing it a name (which reflects the application being used) and a content object, as generated from autopilot.content.content_from_file.
To clarify some details:
If a UX test opens apps A, B, and C, then those apps log files must be added to the test result. The easiest way to do this is to call 'self.addConten tUniqueName' on the test case object, passing it a name (which reflects the application being used) and a content object, as generated from autopilot. content. content_ from_file.