← Back to team overview

nunit-core team mailing list archive

[Bug 1183722] [NEW] report start and end time of test execution

 

Public bug reported:

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

** Affects: nunitv2
     Importance: Undecided
         Status: New

-- 
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 V2 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/nunitv2/+bug/1183722/+subscriptions


Follow ups

References