usebruno / bruno

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

setNextRequest by id #3407

Open TheBatman09 opened 3 weeks ago

TheBatman09 commented 3 weeks ago

I have checked the following:

Describe the feature you want to add

Why

Currently in the script tab we can set the next request to be run with setNextRequest(name) but it's far from ideal as several requests in the run may have the same name so it can easily break the suite because of typo/request renaming.

How

We could just allow users to set next request to run based on uid instead of request name.

Mockups or Images of the feature

I don't think it applies here