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

Issue #3359076 by Tasneem Natshah: Add a new field in the report section to select HTML format

parent bfeae23b
No related branches found
No related tags found
No related merge requests found
......@@ -336,10 +336,10 @@ So that I know it is working
$html_report_format = '';
if ($html_report_formatter == 'cucumberjs_html_formatter') {
$html_report_format = "yarn nightwatch --format html:./tests/reports/index.html";
$html_report_format = "yarn nightwatch --format html:".$html_report_dir."/index.html";
}
elseif ($html_report_formatter == 'bootstrap_html_formatter') {
$html_report_format = "yarn nightwatch --format bootstrap:./tests/reports/index.html";
$html_report_format = "yarn nightwatch --format bootstrap:".$html_report_dir."/index.html";
}
$log_report_dir = $config->get('log_report_dir');
......
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