Customize output directory name
kathyrollo opened this issue · 3 comments
kathyrollo commented
Summary
Allow to change cucumber-html-reports
folder name.
Details
Even if below config is set, cucumber-html-reports
is still nested under the intended folder.
<configuration>
<outputDirectory>${project.build.directory}/cucumber-reporting</outputDirectory>
</configuration>
Actual Result:
target/
|
|_ cucumber-reporting
|
|_ cucumber-html-reports
Expected Result:
Report to be generated directly under the defined <outputDirectory>
.
target/
|
|_ cucumber-reporting
damianszczepanik commented
Would you like to add support for that? Should be easy to pass this value over correctly.
fayizkc commented
@damianszczepanik , Any update on this request or do you need any support for this
damianszczepanik commented
This directory comes from https://github.com/damianszczepanik/cucumber-reporting and I don't have plan to customize this