Package net.masterthought.cucumber
Class ReportBuilder
java.lang.Object
net.masterthought.cucumber.ReportBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionParses provided files and generates the report.
-
Field Details
-
HOME_PAGE
Page that should be displayed when the reports is generated. Shared betweenFeaturesOverviewPageandErrorPage.- See Also:
-
BASE_DIRECTORY
Subdirectory where the report will be created.- See Also:
-
SUFFIX_SEPARATOR
Separator between main directory name and specified suffix- See Also:
-
-
Constructor Details
-
ReportBuilder
-
-
Method Details
-
generateReports
Parses provided files and generates the report. When generating process fails report with information about error is provided.- Returns:
- stats for the generated report
-