Class AllureReportReader
java.lang.Object
io.github.mov2day.unifiedtest.reporting.AllureReportReader
Reads and parses Allure test reports.
Provides functionality to detect and process Allure report data.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents a single Allure test result with its details. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the path to the Allure report directory.booleanChecks if Allure reports are available in the project.Reads and parses Allure test results.
-
Constructor Details
-
AllureReportReader
public AllureReportReader(org.gradle.api.Project project)
-
-
Method Details
-
hasAllureReports
public boolean hasAllureReports()Checks if Allure reports are available in the project.- Returns:
- true if Allure reports are found
-
readAllureResults
Reads and parses Allure test results.- Returns:
- map of test results keyed by test name
-
getAllureReportPath
Gets the path to the Allure report directory.- Returns:
- path to Allure report directory or null if not found
-