Package core.helpers

Class ReportPortalHelper


  • public class ReportPortalHelper
    extends Object
    • Constructor Detail

      • ReportPortalHelper

        public ReportPortalHelper()
    • 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 -
      • 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)