Open akhot09 opened 4 months ago
Sequence of API requests is not maintained as arranged in API client, rather its exported in alphabetical order which is not correct. As a part of chaining of requests we made need to run API call 1 first and then API call 2 due to dependency of data. If now post export - if API call 2 is documented before API call 1 then when run via Postman API client or Newman CLI, scripts will fail as sequence is not correct.
Can confirm. Simply saving requests will also reorder them in alphabetical order for me. It looks like v1.20.1 introduced the issue I mentioned. Your issue has to be a different one since you created the issue before v1.20.1 was released.
Greetings :blush:
E: Small update. The issue I mentioned got fixed with the release of v1.20.2 :blush:
I have checked the following:
Describe the bug
When we perform export from Bruno API client, using option as "Export" --> "Postman Collection" noticed following issues in exported file:
.bru file to reproduce the bug
NA
Screenshots/Live demo link
NA