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

robot framework with report portal listener - remove sensitive keywords #199

Open
keef78 opened this issue Oct 2, 2024 · 0 comments
Open

Comments

@keef78
Copy link

keef78 commented Oct 2, 2024

Is your feature request related to a problem? Please describe.
if the test contains a secret like password or token , we need to mask the value in the robot framework itself. it works in some cases. however with robot functionality --removekeywords , like described here it does not work https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#removing-keywords
report portal listener is "independent" and simply logs everything even sensitive data.

Describe the solution you'd like
an option to ignore logging of sensitive data like the robot does it for default html report via --removekeywords , those are not logged

Describe alternatives you've considered
create custom report portal listener, find a way to mask data before it´s logged , log zest results to different platform (like azure devops test plans) , wait if this would be a solution, possible RF new feature:
robotframework/robotframework#4537

Additional context
Add any other context or screenshots about the feature request here.

@keef78 keef78 changed the title report portal listener - remove sensitive keywords robot framework with report portal listener - remove sensitive keywords Oct 2, 2024
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

1 participant