running same requests for n time?
#1870
-
|
Hi! I am willing to have sequence of test scenarios like this:
I am okay with number 1 and number 2, but I was thinking that I could capture id for each inside array like so I can use it like this This runs I appreciate any discussion here. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
we are going to add the to inject different variables for each request, we could use the index of the request in the loop/repeat Implicitly or explicitly I think I would prefer the explicit version. It may be a bit weird to have that in the |
Beta Was this translation helpful? Give feedback.
-
|
@dibalikpohon $ hurl --repeat 2 a.hurl b.hurlwill run Or on a specific request: |
Beta Was this translation helpful? Give feedback.
we are going to add the
repeatoption #88, to repeat the same request n timesto inject different variables for each request, we could use the index of the request in the loop/repeat
Implicitly
or explicitly
I think I would prefer the explicit version. It may be a bit weird to have that in the
[Option]section.for sure, we will implement the simple
repeatoption.