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

Issue #3363232: Add Bootstrap HTML Reports Export Format

parent 5ab9090d
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ class CucumberUiSettings extends ConfigFormBase
$form['json_report_dir'] = [
'#title' => $this->t('JSON report directory'),
'#description' => $this->t('The full absolute path for the tests/json-reports. No trailing slash at the end.'),
'#description' => $this->t('The full absolute path for the tests/reports. No trailing slash at the end.'),
'#type' => 'textfield',
'#maxlength' => 512,
'#default_value' => $config->get('json_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