Package core.helpers

Class ReportPortalHelper

java.lang.Object
core.helpers.ReportPortalHelper

public class ReportPortalHelper
extends Object
  • Constructor Details

    • ReportPortalHelper

      public ReportPortalHelper()
  • Method Details

    • 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 -
    • updateTestIssue

      public void updateTestIssue​(String testname, String issueName, String comment)
    • reportPortalLog

      public void reportPortalLog​(String testname, String message)
    • reportPortalLogWithAttachment

      public void reportPortalLogWithAttachment​(String testname, String message, String status, String filePath)