Comment 1 for bug 495734

Revision history for this message
Milan (milan-vukoslavcevic) wrote :

in the TestResult.xml file there is information what are test method names and what is the duration (time elapsed) of each test method (for PASS and FAIL methods). So having a list of all test method names and its duration as additional column should not be too complicated to implement but it would brought new dimension/feature of html test reports. All test methods names should be listed in the linked page accessible from the index.html page. At index page is list of all test classes and after click on the one test class on the linked page should be first table of all methods with the new columns:

- test method duration in seconds
- PASS/FAIL flag

and than comes list of FAIL methods with detailed description (this is already implemented).

Br,
Milan.