Package core.helpers
Class ReportPortalHelper
java.lang.Object
core.helpers.ReportPortalHelper
public class ReportPortalHelper extends Object
-
Constructor Summary
Constructors Constructor Description ReportPortalHelper() -
Method Summary
Modifier and Type Method Description voidreportPortalLog(String testname, String message)voidreportPortalLogWithAttachment(String testname, String message, String status, String filePath)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)
-
Constructor Details
-
ReportPortalHelper
public ReportPortalHelper()
-
-
Method Details
-
updateLaunchAttributes
update launcher attributes attribute format: key1:value1;key2:value2;- Parameters:
target-
-
updateTestAttributes
update attributes. format: key:value;key2:value2;- Parameters:
testname-attributeString-
-
updateTestIssue
-
reportPortalLog
-
reportPortalLogWithAttachment
-