mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 11:51:30 +00:00
* Fix the space encoding issue * fix: incorrect space encoding Fixed an issue in Code Generation for requests. The original fix was raised in [PR](https://github.com/usebruno/bruno/pull/4478). The current PR fixes some merge conflicts and resolves some unimported dependencies error. * test: add URL encoding tests for code generation feature Add Playwright tests to verify proper URL encoding behavior in Bruno's code generation dialog for both encoded and unencoded query parameters. * moved the test script inside request * updated the snippet generation code to reuse code and reduce redundancy * removed redundant code and reverted autoformat * reverted some auto formatted changes * reverting format during commit hook * chore: reset formatting * chore: reformat --------- Co-authored-by: Vipin Sundar <86339268+vipin-sundar@users.noreply.github.com> Co-authored-by: Chirag Chandrashekhar <chiragchan@Chirags-MacBook-Air.local> Co-authored-by: Sid <siddharth@usebruno.com> chore: reformat