mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 11:51:30 +00:00
- Introduced runSingleRequestByPathname to allow running requests at the collection level. - Updated executeCollectionHooks to utilize the new function for improved hook execution. - Added comprehensive tests for bru.runRequest in various hook scenarios, ensuring correct behavior and response handling. - Removed redundant code and optimized hook management in collection.js.