Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature]: Ability to run a collection of requests sequentially #3983

Open
1 task done
mwkcoding opened this issue Apr 18, 2024 · 6 comments
Open
1 task done

[feature]: Ability to run a collection of requests sequentially #3983

mwkcoding opened this issue Apr 18, 2024 · 6 comments
Labels
feature New feature or request

Comments

@mwkcoding
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Summary

I would like to be able to make some kind of "scenario" that runs a set of requests, waits for first one to finish and only continue if the previous was successful (aka returns status 200). Maybe the default assertion is that the request returns with status 200 but if you define tests for the requests, those have to pass before proceeding.

Why should this be worked on?

My use-case is a form for running a warmup of APIs which requires calling a bunch of endpoints which is tedious to do manually.

@mwkcoding mwkcoding added the feature New feature or request label Apr 18, 2024
@liyasthomas
Copy link
Member

We've been working on this feature, there's an active pull request #3600 to introduce the Collection Runner feature.

@RJRReid
Copy link

RJRReid commented Apr 26, 2024

I work for a large company that very soon will need to replace POSTMAN.
However, whatever it gets replaced with will have to have a Runner that uses a CSV as input.
If you can get this working, I might convince my company to purchase several hundred of the licenses for the paid version.

@liyasthomas
Copy link
Member

We’re hoping to release this feature in the next few weeks.

@RJRReid, I’d love to hear your thoughts on this:

  • Will you be comfortable with running the Collections from the GUI or a terminal/CI/CD pipeline?

  • Does JSON format works for you instead of CSV?

  • How are these files created and maintained in your organisation?

@RJRReid
Copy link

RJRReid commented Apr 26, 2024 via email

@mikeacjones
Copy link

Question: will this support similar functionality as Postman where you can have a request basically repeat itself? The use case I’m thinking is request one loads an array as a variables, request two pops an element off that array and makes a request and then repeats itself if there are still elements in the array.

Something similar to postman.setNextRequest?

@RJRReid
Copy link

RJRReid commented Apr 28, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants