Comment 0 for bug 1183722

Revision history for this message
Martin Leucht (martin-leucht) wrote :

The result XML should also contain the start and end times of a test execution. This is useful to match additional log data from external sources to failing tests, especially when executing long-running tests like system or user acceptance tests or tests that are executed unattended.

Proposed solution:
- add "start"/"starttime" and "end"/"endtime" attributes to "test-case" and "test-suite" elements containing the appropriate time strings used for
- rename the "time" attribute to "duration" to avoid confusion (I know, this is breaking compatibility...)
- this solution may be conflicting with #1072379