Package io.qameta.allure
Interface Reader
- All Superinterfaces:
Extension
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Reader extension. Can read some data from results folder add store into storage using
ResultsVisitor.- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidreadResults(Configuration configuration, ResultsVisitor visitor, Path directory) Process results directory.
-
Method Details
-
readResults
Process results directory.- Parameters:
configuration- the report configuration.visitor- the visitor to store data into results storage.directory- the results directory to process.
-