Marvin Franke

Results 5 comments of Marvin Franke

Or alternatively JSON-Schema? Since we are in a NodeJS Ecosystem, this is probably easier to implement. Maybe an option to convert fastapi specs afterwards?

@frille700 I get your point. But executing the pre-request script directly before the execution of the request has the advantage, that you can work with the fully prepared request. So...

And it relates to https://github.com/usebruno/bruno/issues/2249. However, this issue describes the opposite...

Possible duplicate: https://github.com/usebruno/bruno/issues/103

I think it would be useful too. However, contrary to https://github.com/usebruno/bruno/discussions/1068#discussioncomment-8718094, I suggest different Parameters: - `bru run --junit junit.xml --json result.json --html result.html --text result.txt` support multiple reporters -...