generateReportPage(context, REQUIREMENT_TYPE_TEMPLATE_PATH, reportName);
}
private void generateCSVReportFor(TestOutcomes testOutcomes, String reportName) throws IOException {
CSVReporter csvReporter = new CSVReporter(getOutputDirectory(), getEnvironmentVariables());
csvReporter.generateReportFor(testOutcomes, reportName);
}