|
|
|
|
|
by afiori
827 days ago
|
|
My use case (covered by postman but not Bruno) is to test a code base where unit testing is not available. We have multiple environments with multiple parallel versions (think like dev/staging/prod and current/legacy), these deployments mostly have the same API with slightly different urls and credentials We use multiple environments to easily switch between the various versions both for one-off operations (like a clear cache call that only needs to be called few times a year in response to external actions) and to manually test features. I can see why not everybody would have this use case Iirc Bruno does not have enough environment/variables/pre-post-request scripting support |
|