Pooja

Results 15 issues of Pooja

# Description ### Contribution Checklist: - [x] **The pull request only addresses one issue or adds one feature.** - [x] **The pull request does not introduce any breaking changes** -...

size/XXL

# Description Added "Skipped" requests count to the test summary in the Runner Results component. This improves the visibility of test execution status by clearly displaying how many requests were...

size/XS

# Description Fixed a issue in the OpenAPI to Bruno converter where circular references in JSON schemas would cause a "Maximum callstack size exceeded" error. Added a visited Map parameter...

size/L

# Description Fixed app crash when trying to interact with renamed folders. Previously, the app would crash with a React error when a folder was renamed in the file system...

size/M

# Description This PR improves Bruno's testing features: - Now supports tests in both pre-request and post-response scripts - Added a dropdown in test results to easily switch between different...

size/XL

Description ## Changes ### OpenAPI Converter Enhancement - **Changed grouping strategy**: Replaced tag-based grouping with path-based grouping for better organization - Previously: Requests were grouped by OpenAPI tags - Now:...

size/L

# Description This PR adds a new `res.getSize()` method to Bruno's response object, providing compatibility with Postman's `pm.response.size()` functionality. The implementation allows users to measure response sizes in byte. ###...

size/L

# Description This PR fixes an issue where the request execution timer would reset when switching between tabs. Previously, when a user initiated a request with a pre-script delay (e.g.,...

size/M

# Description Added cookie helper functions to Bruno scripts via the `bru.cookies` API. This provides similar functionality to Postman's `pm.cookies` API, making it easier for users to work with cookies...

size/L

Description ## Changes ### CLI Integration - Added OpenAPI import functionality to Bruno CLI - Implemented command line interface for importing OpenAPI specifications - Added support for both JSON and...

size/L