How to hide the value of an argument in the result.json file #3087
Answered
by
shik35
shik35
asked this question in
Questions & Support
-
Is there a way to hide the value of an argument in the result.json file? So, I wrote the simple test
Unfortunately, the value of my secret password is shown in the {uud}-result.json file:
I've used the following libraries in the above example:
|
Beta Was this translation helpful? Give feedback.
Answered by
shik35
Aug 11, 2025
Replies: 1 comment
-
The workaround is to programmatically create an Allure step.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
shik35
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The workaround is to programmatically create an Allure step.
In this case secrets will not be revealed in the result.json file.