I'm currently working on API testing using Bruno and trying to debug my scripts by adding console.log statements in the pre-request and post-response script sections. However, I'm having trouble finding where Bruno logs these outputs.
I've checked the UI but couldn't find a dedicated console or log panel where these messages appear. I expected a section similar to Postman’s console or a way to view script outputs, but I haven't had any luck.
I'm currently working on API testing using Bruno and trying to debug my scripts by adding console.log statements in the pre-request and post-response script sections. However, I'm having trouble finding where Bruno logs these outputs.
I've checked the UI but couldn't find a dedicated console or log panel where these messages appear. I expected a section similar to Postman’s console or a way to view script outputs, but I haven't had any luck.
The console is a part of the developer tools panel. It is hidden by default, but you can open it from the view menu. View -> Toggle Developer Tools