-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
testlink-plugin 3.12, jenkins 2.0 rc1, testlink 1.9.13
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.