Class AllureReporter

java.lang.Object
net.bugreaper.modules.db.allurereporter.AllureReporter

public class AllureReporter extends Object
  • Method Details

    • executeQueryReporter

      public static void executeQueryReporter(String query)
      Method to create attachment with executed query
      Parameters:
      query - sql query
    • attachTableForDb

      public static void attachTableForDb(String name, Object[][] conditions)
      Method to create attach with table by:
      Parameters:
      name - message + table name with schema ("SCHEMA.TABLE_1")
      conditions - conditions ({{"ID", "1"},...})