Modify ↓
Opened 15 years ago
Last modified 15 years ago
#5349 new defect
Backtrack update of xml testcase files.
Reported by: | anonimous | Owned by: | edunne |
---|---|---|---|
Priority: | normal | Component: | TestCaseManagementPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Hello.
I've been playing with the TestCaseManagementPlugin for a while and I've found out it could be usefull to have a backtrack update of the modification done on the trac ticket to the xml file which generated the ticket. From my point of view this could be a perfect way to keep a trace of the test results in the repository.
Have I misunderstood the plugin purposes?
Attachments (0)
Note: See
TracTickets for help on using
tickets.
hmmmm, I'm not exactly sure what you mean here.
The plugin doesn't persist any data in subversion at all (including results). It relies on TRAC for reporting of current and historical data in regards to test runs.
Potentially I could add the ability to store a testruns result as a CSV file or something like that from TRAC and save it in subversion.
Is that what you were getting at?