Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cucumber_ui
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
cucumber_ui
Commits
b07be92b
Commit
b07be92b
authored
1 year ago
by
Tasneem Natshah
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3366680
: Add some other HTML formats for the report
parent
aa261253
No related branches found
Branches containing commit
Tags
1.0.2
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Form/CucumberUiNew.php
+1
-1
1 addition, 1 deletion
src/Form/CucumberUiNew.php
src/Form/CucumberUiSettings.php
+2
-2
2 additions, 2 deletions
src/Form/CucumberUiSettings.php
with
3 additions
and
3 deletions
src/Form/CucumberUiNew.php
+
1
−
1
View file @
b07be92b
...
...
@@ -321,7 +321,7 @@ Feature: Default festing feature
$html_report
=
$config
->
get
(
'html_report'
);
$html_report_dir
=
$config
->
get
(
'html_report_dir'
);
$html_report_formatter
=
$config
->
get
(
'html_report_format
ter
'
);
$html_report_formatter
=
$config
->
get
(
'html_report_format'
);
if
(
$html_report_formatter
==
"html"
)
{
$html_report_format
=
" --format
$html_report_formatter
:"
.
$html_report_dir
.
"/index.html"
;
}
...
...
This diff is collapsed.
Click to expand it.
src/Form/CucumberUiSettings.php
+
2
−
2
View file @
b07be92b
...
...
@@ -100,7 +100,7 @@ class CucumberUiSettings extends ConfigFormBase
'#default_value'
=>
$config
->
get
(
'html_report_dir'
),
];
$form
[
'html_report_format
ter
'
]
=
[
$form
[
'html_report_format'
]
=
[
'#title'
=>
$this
->
t
(
'HTML report format'
),
'#description'
=>
$this
->
t
(
'The report HTML formatter list.'
),
'#type'
=>
'select'
,
...
...
@@ -110,7 +110,7 @@ class CucumberUiSettings extends ConfigFormBase
'foundation'
=>
$this
->
t
(
'Foundation HTML formatter'
),
'simple'
=>
$this
->
t
(
'Simple HTML formatter'
),
],
'#default_value'
=>
$config
->
get
(
'html_report_format
ter
'
),
'#default_value'
=>
$config
->
get
(
'html_report_format'
),
'#suffix'
=>
'</div></div>'
,
];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment