Details
-
Type:
Improvement
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: testlink-plugin
-
Labels:None
-
Environment:testlink-plugin 3.12, jenkins 2.0 rc1, testlink 1.9.13
-
Similar Issues:
Description
TestLink Jenkins plugin is very great at selecting, running and displaying automated test results.
However, result seeking strategy currently sets only individual test case status to passed/failed, while TestLink has ability to structure test case to steps and set individual test step status to either passed/failed.
It would be great, if we had new result parsing strategy with requirements like this:
- name: TAP with steps
- TAP format: 13
- Number of cases in TAP 'plan' line corresponds to number of steps in TestLink's automated test case definition.
- The order of individual test results in TAP file corresponds the order of steps in TestLink's test case.