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

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

parent b67a6aca
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ class CucumberUiSettings extends ConfigFormBase {
$form['html_report_formatter'] = [
'#title' => $this->t('HTML report format'),
'#description' => $this->t('The report formatter.'),
'#description' => $this->t('The report HTML formatter list.'),
'#type' => 'select',
'#options' => [
'cucumberjs_html_formatter' => $this->t('Cucumber-js HTML formatter'),
......
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