Created by: rmaz
Using the test output across languages can be troublesome as they all implement the test attributes differently. Some use the target name as the testCaseName
(eg python), some use the current test class name (eg xctool).
To make it possible to know which target a test result belongs to, add a new target
attribute to each test
element.