Why does it randomize the requests order? #2572
Unanswered
Bayonadrian
asked this question in
Q&A
Replies: 1 comment
-
This should not happen. Its a bug intruduced in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have just started with this app and I find it awesome, just yesterday I have started documenting a bunch of API's for a project, my idea is creating cruds ordered in a way similar to a pipeline:
This is to make everything run easier with runner without having to leave any record into the database. Then the pipeline is POST- GET - PUT - DELETE, yesterday everything was ok, but today since I have started I noticed something weird, and then I have noticed that whenever I run the app it randomizes my requests making impossible for the runner to run them in an appropriate way, is there any way to deal with this issue?
Keep pending on feedback
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions