[Feature Request] Having the ability to mask any value in a response body #359
DannyDainton
started this conversation in
Ideas
Replies: 2 comments
-
If you're ever looking for projects to contribute too that have a Newman flavour to them, I have a few features and issues here that could do with some love from the community. 😁 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @DannyDainton ! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Being able to specify a certain key, by a CLI flag that you give you the ability to mask its value in the final report.
Something like this example in the App but from within the reporter:
#222 (comment)
Must be able to work for both JSON and XML responses and fall back to the default response if the conditions are not met. The code above will only work with JSON with a very simplified structure.
Beta Was this translation helpful? Give feedback.
All reactions