You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this possible when using Robot Framework Maven plugin? Or should we just set logFile config to value NONE and use rebot to generate the html reports?
The text was updated successfully, but these errors were encountered:
Is it enough to use new rebot goal to generate HTMLs? So running the tests first with log, report and xunit set to NONE, and then generate those with rebot goal (http://robotframework.org/MavenPlugin/rebot-mojo.html)?
Support for flattening is quite easy to implement, it's just about how to handle the configuration in XML as there are many switches availeble for CLI. The rebot approach is available now.
Hi,
To reduce the amount of memory needed for creating html report, I would like to flatten keywords.
http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#flattening-keywords
Is this possible when using Robot Framework Maven plugin? Or should we just set logFile config to value NONE and use rebot to generate the html reports?
The text was updated successfully, but these errors were encountered: