Thomas
Thomas
**Describe the bug** Tapping on YES or NO labels does not work. **To Reproduce** 1. Have dialogue with YES or NO labels 2. `-tapOn: YES` **Expected behavior** YES option is...
### I have checked the following: - [X] I've searched existing issues and found nothing related to my issue. ### Describe the feature you want to add Searching for Header...
# Description This PR - adds case-insensitive autocomplete for Headers (e.g. `accept` will now match `Accept`) - makes autocomplete trigger within words (e.g. `language` will now match `Accept-Language`) - fixes...
# Description Use full filename again in JUnit report as mentioned here: https://github.com/usebruno/bruno/issues/4560#issuecomment-2830570667 ```diff - + ``` This will help us locate failing tests in our CI reports as this...