maintainer-bruno
65ba984c2f
Merge pull request #1037 from Nikolai2038/docs/update-linux-installation-instructions-via-apt
...
docs(#1036 ): Update linux installation instructions via apt
2025-06-19 17:19:45 +05:30
Anoop M D
8355b67bae
Merge pull request #4859 from georgegiosue/docs/update-contributing-es
...
Update Spanish contribution guide for clarity and accuracy
2025-06-19 14:32:55 +05:30
Nikolai Ivanov
9b3fe2fd97
Add Debian dependencies (in particular, for "libasound2") ( #2356 )
...
See https://github.com/usebruno/bruno/pull/1037#discussion_r1403537930
2025-06-18 20:27:35 +05:30
Sanjai Kumar
34614f039f
Autocomplete random variables ( #4695 )
...
* Feature: adding dynamic variable support (#3609 )
Co-authored-by: Raghav Sethi <109696225+rsxc@users.noreply.github.com >
Co-authored-by: sanjai0py <sanjailucifer666@gmail.com >
2025-06-18 20:06:45 +05:30
Pooja
acd42eaa1b
add: pre and post in report template ( #4931 )
v2.6.1
2025-06-18 17:54:15 +05:30
Anoop M D
aebc8241cc
Merge pull request #4923 from maintainer-bruno/fix/e2etest-dependencies
...
fix(workflow): ensure E2E test collection dependencies are installed …
v2.6.0
2025-06-17 14:46:55 +05:30
Maintainer Bruno
0eda1b761d
fix(workflow): ensure E2E test collection dependencies are installed in GitHub Actions
2025-06-17 13:40:06 +05:30
lohit
a05f7cb686
Merge pull request #4918 from lohxt1/bru_send_request_fixes
...
bru.sendRequest translation fixes
2025-06-17 00:26:39 +05:30
lohit
745a71700c
add await keyword to the translated bru.sendRequest function calls ( #4906 )
...
* add await keyword for the bru.sendRequest postman translations
---------
Co-authored-by: lohit <lohit@usebruno.com >
2025-06-16 22:50:45 +05:30
Anoop M D
ac9c190b41
Merge pull request #4914 from naman-bruno/bugfix/timeline-scroll
...
fix: timeline scroll
2025-06-16 22:48:44 +05:30
Pragadesh-45
1a1a230a1e
Merge pull request #4901 from Pragadesh-45/feat/support-multiple-run-cli-v1
...
Co-authored-by: William Quintal <william95quintalwilliam@outlook.com >
Feat: Enhance run command to accept multiple inputs for requests and folders in Bruno CLI (Improves: #2956 ) (Fixes : #2955 )
2025-06-16 22:27:34 +05:30
Anoop M D
b2e02b7762
Merge pull request #4908 from Pragadesh-45/feature/support-json-env-files
...
feat(cli): add support for environment file input in run command
2025-06-16 22:19:27 +05:30
naman-bruno
9cbfeccbed
fix: timeline-scroll
2025-06-16 21:53:38 +05:30
Pragadesh-45
4725300c41
feat(cli): add support for environment file input in run command
2025-06-16 19:34:56 +05:45
naman-bruno
f2aedf780d
Fix: showing test script errors ( #4902 )
...
* fix: catch errors in tests
2025-06-14 22:20:24 +05:30
lohit
f03047a2f9
feat: bru.sendRequest api ( #4867 )
...
* feat: bru.sendRequest api
* updated the postman-translations logic to handle `pm.sendRequest` to `bru.sendRequest` translations, and added unit tests
* ~ removed `maxRedirects` and `proxy` values for sendRequest axios-instance
~ fixed the imports for the `send-request-transformer` function
~ `sendRequest` and `runRequest` will return same response object in both safe and developer mode
~ sendRequest function optimization
* revert sendRequest to async function, added a testcase for sendRequest with url string
* sendRequest callback errors handling
* updated tests and added await for the callbacks
---------
Co-authored-by: lohit <lohit@usebruno.com >
2025-06-14 22:18:31 +05:30
lohit
a7ba23d97e
Merge pull request #4886 from sanish-bruno/fix/bearer-undefined
...
fix: handle undefined bearer token to send an empty string instead
2025-06-14 21:50:08 +05:30
lohit
2521e980ea
Merge pull request #4514 from jonman5/fix/digest-headers-split
...
Fix Digest auth header field key value extraction
2025-06-14 20:46:18 +05:30
lohit
1c118fa04a
feat: add prompt for handling large responses ( #4866 )
...
* feat: add prompt for handling large responses
- Add `formatSize` utility function to format response size
- Add unit tests for `formatSize` utility function
* fix: update danger color in light theme
2025-06-14 20:44:08 +05:30
Anoop M D
b6fb5e02d4
Merge pull request #4893 from stupidly-logical/fix/watcher_err_handling
...
Fix watcher error message typo
2025-06-14 13:51:12 +05:30
Yash
5313704d84
Fix watcher error message typo
2025-06-14 13:25:21 +05:30
Anoop M D
b147f14fef
Merge pull request #4758 from ShrutiShahi18/main
...
Added Hindi translation of Readme file
2025-06-13 22:31:06 +05:30
sanish-bruno
66fe1528df
add: new Bearer Auth undefined test case and update Authorization header format
2025-06-13 14:42:57 +05:30
sanish-bruno
a598cda624
fix: handle undefined bearer token to send an empty string instead
2025-06-13 14:16:02 +05:30
ramki-bruno
69f218cc16
Merge branch 'main' into docs/update-linux-installation-instructions-via-apt
2025-06-12 18:36:45 +05:30
Pragadesh-45
e1c12ea699
fix: update danger color in light theme
2025-06-11 22:57:45 +05:45
Pragadesh-45
9801e91720
feat: add prompt for handling large responses
...
- Add `formatSize` utility function to format response size
- Add unit tests for `formatSize` utility function
2025-06-11 22:57:29 +05:45
Pooja
364fb45e97
add: pre and post tests in runner ( #4878 )
v2.5.0
2025-06-11 22:38:58 +05:30
Pooja
5c9981aca2
Fix: AWS v4 auth empty fields displaying "undefined" after save ( #4814 )
...
* Fix: AWS v4 auth empty fields displaying "undefined" after save
2025-06-11 14:27:45 +05:30
Pooja
fc697bf81b
feat: support chai in scripts ( #4552 )
...
feat: support chai in scripts
2025-06-10 22:41:11 +05:30
lohit
9bc07afc77
initRunRequestEvent function for initializing request execution related details (#4863 )
...
added a initRunRequestEvent function resetting and initializing request run event related details
2025-06-10 21:05:39 +05:30
Pooja
e4ae857df3
Merge pull request #4693 from pooja-bruno/mv/isValidValue-in-common-file
...
Fixed a bug causing secrets to appear as null instead of an empty value.
rm isValidValue and directly handle it in encryptString and `decryptString` function
2025-06-09 13:50:25 +05:30
georgegiosue
9e628fa6be
docs(contributing): update Spanish contribution guide for clarity and accuracy
2025-06-08 12:36:55 -05:00
Anoop M D
3d26833b8a
Merge pull request #4837 from maintainer-bruno/feat/develop-hot-reload-js
...
feat(dev): enhance hot reload development setup
2025-06-07 13:21:13 +05:30
sreelakshmi-bruno
1089a52171
Tests for responseSize component ( #4750 )
...
---------
Co-authored-by: lohit <lohit@usebruno.com >
2025-06-06 01:54:01 +05:30
lohit
9dde2df475
Merge pull request #4661 from devendra-bruno/fix/gql-introspection-variable-interpolation
...
Added combined Vars for prepareGqlIntrospectionRequest for all interp…
2025-06-05 18:05:45 +05:30
Maintainer Bruno
1cc94e8ffe
feat(dev): enhance hot reload development setup
2025-06-04 16:56:22 +05:30
lohit
223f79a3e2
Merge pull request #4694 from usebruno/feature/playwright
...
Improvements in Playwright setup and added tests for running bruno-testbench
2025-06-04 15:18:34 +05:30
lohit
5dc6f6757d
Merge pull request #4765 from lohxt1/single_line_editor_onedit
...
fix: single line editor component onChange validations update
2025-06-04 14:48:48 +05:30
lohit
e20fe790a6
Merge pull request #4782 from ramki-bruno/fix/proxy-pass-encoding
...
Fix: Special URI characters in proxy username/password is giving error
2025-06-04 14:48:26 +05:30
ramki-bruno
a006fe8230
Move Playwright tests to Tests Workflow itself
...
Currently the test-results and annotations form jobs are getting added
to random Workflow and there is no fix for it right now
Ref: https://github.com/EnricoMi/publish-unit-test-result-action/issues/12
Also Playwright tests have the same triggers as Tests, so no need to
keep it separate.
2025-05-30 13:57:44 +05:30
ramki-bruno
577d54b432
Added Playwright test for bruno-testbench, few sanity tests and improvements
...
- Trace will capture snapshots now
- Added ability to add init Electron user-data, preferences and other
app settings.
- Improved test Fixtures
- Use tempdir for Electron user-data
- Ability to reuse app instance for a given init user-data by placing
them in a folder(`pageWithUserData` Fixture)
- Ability to create tests with fresh user-data(`newPage` Fixture)
- Improved logging
- Improved the env vars to customize the Electron user-data-path
2025-05-30 13:57:44 +05:30
maintainer-bruno
afaebf6b3d
Merge pull request #4796 from lohxt1/collection_auth_default_values_issue
...
fix: collection auth default value access fix and validations
v2.4.0
2025-05-29 18:28:57 +05:30
lohit
6e89001825
fix: collection auth default value access fix and validations
2025-05-29 17:45:42 +05:30
ramki-bruno
cb611c6510
Fix: Special URI characters in proxy username/password is giving error
...
URI-encoding the _username_ and _password_ before creating the proxy URI
which then gets passed to `HttpsProxyAgent` and `HttpProxyAgent`
respectively.
2025-05-28 14:45:21 +05:30
lohit
e7dd78ea53
Merge pull request #4775 from lohxt1/axios_instance_redirect_error_fix
...
fix: return the actual axios error in bruno-cli' axios-instance for url-redirect related errors
2025-05-27 20:27:48 +05:30
lohit
9ad0f2d169
revert custom error messages
2025-05-27 19:40:51 +05:30
lohit
bf19645282
revert test update
2025-05-27 19:40:22 +05:30
lohit
bb01199877
updates
2025-05-27 19:17:05 +05:30
lohit
5627c5624f
updates
2025-05-27 19:16:29 +05:30