Closed kumy closed 4 years ago
Fixed in https://github.com/jz-jess/RobotEyes/pull/68 Fix will generate visualReport within the output directory. Will go out in release 1.5.0
Allowing to choose a custom directory will not be possible right now. Will probably pick that up for a later release
Fix released in 1.5.0
Is your feature request related to a problem? Please describe. I would like to have the
visualReport.html
along with theRobot Framework
output files (using-d
command line parameter)Describe the solution you'd like
reportgen
should support a new argument to choose destination directory. It also would be great if the automaatic report generation at the end ofRobot Framework
could informreportgen
about the value of it's-d
command line parameterDescribe alternatives you've considered At the moment I use
cp
+sed
in myMakefile
to adapt generated filepath:Additional context