Class DummyReportGenerator

java.lang.Object
io.qameta.allure.DummyReportGenerator

public final class DummyReportGenerator extends Object
  • Method Details

    • main

      public static void main(String... args) throws IOException
      Generate Allure report data from directories with allure report results.
      Parameters:
      args - a list of directory paths. First (args.length - 1) arguments - results directories, last argument - the folder to generated data
      Throws:
      IOException
    • getFiles

      public static Path[] getFiles(String... paths)
    • loadPlugins

      public static List<io.qameta.allure.core.Plugin> loadPlugins() throws IOException
      Throws:
      IOException