Package core.helpers
Class ReportPortalHelper
java.lang.Object
core.helpers.ReportPortalHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreportPortalLog(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
-