You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently integrating Bruno in our pipelines and would like to attach the CLI JSON report as an artefact. Unfortunately, HTML or image responses are redacted in the JSON report for some reason, which we heavily rely on in our system.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm currently integrating Bruno in our pipelines and would like to attach the CLI JSON report as an artefact. Unfortunately, HTML or image responses are redacted in the JSON report for some reason, which we heavily rely on in our system.
Here is an example report of a collection containing a GET https://example.org and a GET https://picsum.photos/300/300 (
>>>>
added by me):I am wondering why that is. I can't find anything in the CLI code that's redacting the information:
bruno/packages/bruno-cli/src/runner/run-single-request.js
Lines 430 to 451 in fee631d
There are also no existing discussions or issues as far as I can see. Searching
redacted
in this repository yields no relevant results: https://github.com/search?q=repo%3Ausebruno%2Fbruno%20redacted&type=codeIs there a way to make the report contain the unredacted information?
Beta Was this translation helpful? Give feedback.
All reactions