Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flattening keywords? #49

Closed
patrijuh opened this issue Nov 1, 2018 · 1 comment
Closed

Flattening keywords? #49

patrijuh opened this issue Nov 1, 2018 · 1 comment
Assignees

Comments

@patrijuh
Copy link

patrijuh commented Nov 1, 2018

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?

@Hi-Fi
Copy link
Contributor

Hi-Fi commented Dec 4, 2018

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-Fi Hi-Fi self-assigned this Jan 4, 2020
@Hi-Fi Hi-Fi closed this as completed in 038ff02 Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants