Details
-
Suggestion
-
Status: New
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently, while importing TestNG Results one Result/Status is mapped to one Test Run. However, we should have the feasibility to add the same Result/Status to multiple Test Runs.
Current way: <attributes> <attribute name="test"> <![CDATA[testKey-1]]> </attributes> <attribute name="test"> <![CDATA[testKey-2]]> </attributes>
Expectation is that we can pass mutiple Test keys for a single attribute. For Eg: <attribute name="test"> <![CDATA[testKey-1],[testKey-2]> </attributes>