Package core.helpers
Class ReportPortalHelper
- java.lang.Object
-
- core.helpers.ReportPortalHelper
-
public class ReportPortalHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ReportPortalHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateLaunchAttributes(String attributeString)update launcher attributes attribute format: key1:value1;key2:value2;voidupdateTestAttributes(String testname, String attributeString)update attributes.voidupdateTestIssue(String testname, String issueName, String comment)
-
-
-
Method Detail
-
updateLaunchAttributes
public void updateLaunchAttributes(String attributeString)
update launcher attributes attribute format: key1:value1;key2:value2;- Parameters:
target-
-
updateTestAttributes
public void updateTestAttributes(String testname, String attributeString)
update attributes. format: key:value;key2:value2;- Parameters:
testname-attributeString-
-
-