Skip to content
Snippets Groups Projects
Commit aa261253 authored by Tasneem Natshah's avatar Tasneem Natshah
Browse files

Issue #3366680: Add some other HTML formats for the report

parent a6c31887
No related branches found
No related tags found
No related merge requests found
......@@ -356,7 +356,7 @@ Feature: Default festing feature
if ($this->fileSystem->prepareDirectory($html_report_dir, FileSystemInterface::CREATE_DIRECTORY)) {
$command = "cd $config_path; yarn nightwatch $html_report_format";
if ($html_report_formatter != "html") {
$command .= "; node generate-reports.js";
$command .= "; node ".$html_report_formatter.".js";
}
}
else {
......@@ -376,7 +376,7 @@ Feature: Default festing feature
$log_report_output_file = $log_report_dir . '/cucumber-ui-test.log';
$command = "cd $config_path; yarn nightwatch $html_report_format";
if ($html_report_formatter != "html") {
$command .= "; node generate-reports.js";
$command .= "; node ".$html_report_formatter.".js";
}
}
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment