Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
As system, it should be possible to change the "Start on" and "Finished on" dates of a given Test Run.
For this, two optional attributes "startedOn" and "finishedOn" can be passed in the endpoint:
PUT /rest/raven/1.0/api/testrun/{id}/
{ ... "startedOn":"2016-10-24T15:50:57+01:00", "finishedOn":"2016-10-24T17:10:32+01:00", }
Note: the user must be able to update the Test Run dates.
Attachments
Issue Links
- relates to
-
XRAY-2733 As system, whenever importing Cucumber JSON results, the Test Run's "Started on" and "Finished on" dates shall be inherited from the Test Execution planned dates
- New
-
XRAY-6183 As a system, whenever importing Cucumber results, the Test Run "Started On" date shoud be based on the "start_timestamp" attribute
- New