This is a reasonable request for nunit 3.0 but breaks the standard format for nunit v2.
** Project changed: nunitv2 => nunit-3.0 -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/1183722 Title: report start and end time of test execution Status in NUnit Test Framework: New Bug description: 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 To manage notifications about this bug go to: https://bugs.launchpad.net/nunit-3.0/+bug/1183722/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~nunit-core Post to : nunit-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~nunit-core More help : https://help.launchpad.net/ListHelp