usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
27.56k stars 1.27k forks source link

Support for Using a JSON File with Multiple Datasets on a Single Request #3510

Open ganesh-bruno opened 2 days ago

ganesh-bruno commented 2 days ago

I have checked the following:

Describe the feature you want to add

I am unable to use a single JSON file with multiple datasets for just one individual request, as opposed to running it across an entire collection. The need for this feature arises from the fact that many API endpoints do not share the same data structure, making it impractical to apply the same dataset to all endpoints in a collection. It would be more efficient to have the ability to run a dataset against a specific request, rather than the entire collection.

Mockups or Images of the feature

NA

hakim-adamik commented 2 days ago

I need this feature to just be able to use Bruno as my test automation tool, as I have an API with many endpoints which all have a different body structure.

The only workaround for me in that situation is creating 1 collection for each endpoint, which is impractical for many reasons, e.g duplicating collection.bru, environments, .env etc...

Thanks