mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
* feat: add support for examples in collection items - Enhanced the processCollectionItems function to include examples from imported collection items. - Added a new test case to verify that examples are correctly written to the output file during collection creation. * fix: coerce response status to number in collection creation tests Updated the test for createCollectionFromBrunoObject to ensure the response status is compared as a number, improving type consistency in assertions.