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 have searched existing issues and found nothing related to my issue.
This bug is:
making Bruno unusable for me
slowing me down but I'm able to continue working
annoying
this feature was working in a previous version but is broken in the current release.
Bruno version
Operating System
Linux
Describe the bug
Setup:
We are using bruno cli to run REST API E2E tests from a gitlab ci/cd pipeline. The results of the tests are stored as a json file --reporter-json ${FOLDER}/bruno-results.json . Tests are organized in folders: FOLDER="business" or FOLDER="technical". The technical tests contain requests to the REST API and assertions like assert {res.status: eq 403}.
Current behaviour:
The tests are successful, but the report for technical tests is not generated.
Report for business tests, without assertions, however is generated.
Last successful run with generated reports for both folders:
April 24, 2025
.bru file to reproduce the bug
No response
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered:
I have checked the following:
This bug is:
Bruno version
Operating System
Linux
Describe the bug
Setup:
We are using bruno cli to run REST API E2E tests from a gitlab ci/cd pipeline. The results of the tests are stored as a json file
--reporter-json ${FOLDER}/bruno-results.json
. Tests are organized in folders: FOLDER="business" or FOLDER="technical". The technical tests contain requests to the REST API and assertions likeassert {res.status: eq 403}
.Current behaviour:
Last successful run with generated reports for both folders:
.bru file to reproduce the bug
No response
Screenshots/Live demo link
The text was updated successfully, but these errors were encountered: