CLI Patch Releases
v2.2.1: Fixed JUnit reporter issue where time attribute was not being parsed correctly
v2.2.2: Fixed missing testsuite name in JUnit reports
What's Changed
Features
- Feat: added bruno converters package in workflow file by @pooja-bruno in #4465
- Feat: added @usebruno/request package with digest authentication support by @sanjaikumar-bruno in#4417
- Feat: added tests for mock variable interpolation in interpolate function by @sanjaikumar-bruno in#4507
- Feat: added insomnia v5 import by @pooja-bruno in#4468
- Feat: improved postman translations: pm.request and pm.response by @pooja-bruno in#4517
- Feat: added support for various authentication types in the Postman to Bruno converter by @Pragadesh-45 in#4475
Fixes
- Fix: header key variables not interpolating with capital letters by @pooja-bruno in#4264
- Fix: update global env in collection runner by @pooja-bruno in#4135
- Fix: Prevent --bail option from treating skipped requests as failures by @pooja-bruno in#4166
- Fix: Mock/Random built-in variables related issues by @ramki-bruno in#4483
- Fix: Missing bruno-requests module in
setup.js
andpackage-lock.json
by @Skrivoo in#4487 - Fix: lint errors for atob/btoa redefinition by @pooja-bruno in#4509
- Fix: add cheerio and xml2js modules to post-response scripts by @andreas-wirth in#4516
- Fix: folder drag-and-drop crash by @pooja-bruno in#3944
- Fix: add json parsing and error handling for postman environment imports by @lohxt1 in#4523
- Fix: styled skipped requests by @nikischin in#3853
- Fix: added null checks and fallbacks to
Bruno-to-Postman
converter to… by @pooja-bruno in#4525 - Fix: included globalEnvironmentVariables in runPostResponseVars result by @anusree-bruno in#4520
Others
- Updated required node version in german contributing file by @0xflotus in #3875
- Added example to readme file by @ganesh-bruno in#4471
- Fixed chokidar disables globbing by @lzl0304 in#2958
- Move mock builtin vars interpolation to bruno-common for CLI support by @sanjaikumar-bruno in#4497
- Refactor bruno-common interpolate fn by @lohxt1 in#4519
- Added html reports submodule setup in the bruno-common package by @lohxt1 in#4536
- Reorganize Postman translation tests into modular file by @pooja-bruno in #4524