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

Option to tell robot not to create the html & xml logs #151

Closed
damies13 opened this issue Jun 5, 2023 · 4 comments
Closed

Option to tell robot not to create the html & xml logs #151

damies13 opened this issue Jun 5, 2023 · 4 comments
Assignees
Labels
Agent Issue Affects the Agent enhancement New feature or request Manager Issue Affects the Manager
Milestone

Comments

@damies13
Copy link
Owner

damies13 commented Jun 5, 2023

Is your feature request related to a problem? Please describe.
having more options to manage disk usage and time to download logs at end of test

Describe the solution you'd like
Add and option to tell robot not to create the html & xml logs to the scenario

@damies13 damies13 added enhancement New feature or request Manager Issue Affects the Manager Agent Issue Affects the Agent labels Jun 5, 2023
@damies13
Copy link
Owner Author

damies13 commented Jun 5, 2023

While not obvious this is mostly possible to do already as mentioned in this post --> #147 (comment)

This feature request is to have configuration options shown in the settings page to disable/enable the logs.

I'm not sure if this should be a global option for all script or a per script option or both. anyone want to add an opinion.

@damies13
Copy link
Owner Author

damies13 commented Apr 2, 2024

Relevant options:

-o NONE -l NONE -r NONE
 -o --output file         XML output file. Given path, similarly as paths given
                          to --log, --report, --xunit, and --debugfile, is
                          relative to --outputdir unless given as an absolute
                          path. Other output files are created based on XML
                          output files after the test execution and XML outputs
                          can also be further processed with Rebot tool. Can be
                          disabled by giving a special value `NONE`.
                          Default: output.xml

 -l --log file            HTML log file. Can be disabled by giving a special
                          value `NONE`. Default: log.html
                          Examples: `--log mylog.html`, `-l NONE`
 -r --report file         HTML report file. Can be disabled with `NONE`
                          similarly as --log. Default: report.html

damies13 added a commit that referenced this issue Apr 8, 2024
damies13 added a commit that referenced this issue Apr 8, 2024
damies13 added a commit that referenced this issue Apr 8, 2024
@damies13
Copy link
Owner Author

damies13 commented Apr 8, 2024

Agent and manager parts done, now need to update documentation and add test cases

damies13 added a commit that referenced this issue Apr 14, 2024
damies13 added a commit that referenced this issue Apr 14, 2024
damies13 added a commit that referenced this issue Apr 15, 2024
damies13 added a commit that referenced this issue Apr 15, 2024
damies13 added a commit that referenced this issue Apr 15, 2024
damies13 added a commit that referenced this issue Apr 15, 2024
damies13 added a commit that referenced this issue Apr 15, 2024
damies13 added a commit that referenced this issue Apr 17, 2024
Hopefully they pass now
damies13 added a commit that referenced this issue Apr 17, 2024
damies13 added a commit that referenced this issue Apr 17, 2024
damies13 added a commit that referenced this issue Apr 17, 2024
damies13 added a commit that referenced this issue Apr 17, 2024
@damies13
Copy link
Owner Author

Issue #151 merged into release branch v1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Agent Issue Affects the Agent enhancement New feature or request Manager Issue Affects the Manager
Projects
None yet
Development

No branches or pull requests

1 participant