Package de.qytera.qtaf.allure
Class AllureReportGenerator
java.lang.Object
de.qytera.qtaf.allure.AllureReportGenerator
Class for generating Allure JSON files
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgenerateReport(de.qytera.qtaf.core.log.model.collection.TestSuiteLogCollection suite) static voidgenerateReportFile(de.qytera.qtaf.core.log.model.collection.TestSuiteLogCollection suite, io.qameta.allure.model.TestResult testResult, String path) Generate an Allure JSON file
-
Constructor Details
-
AllureReportGenerator
public AllureReportGenerator()
-
-
Method Details
-
generateReport
public static void generateReport(de.qytera.qtaf.core.log.model.collection.TestSuiteLogCollection suite) throws IOException - Throws:
IOException
-
generateReportFile
public static void generateReportFile(de.qytera.qtaf.core.log.model.collection.TestSuiteLogCollection suite, io.qameta.allure.model.TestResult testResult, String path) Generate an Allure JSON file- Parameters:
suite- Test Suite entitytestResult- Allure test result entitypath- Destination Path
-