Skip to content
This repository has been archived by the owner on Mar 26, 2021. It is now read-only.

Iterate Calls without validation #128

Closed
Ravi8308 opened this issue Jan 22, 2019 · 0 comments · Fixed by #131
Closed

Iterate Calls without validation #128

Ravi8308 opened this issue Jan 22, 2019 · 0 comments · Fixed by #131

Comments

@Ravi8308
Copy link

Current Behavior:

Iteration not possible without adding validation

Currently code is written like this for achieving iteration
version: 2
requests:
maxRetries:
request:
url: https://postman-echo.com/time/now
method: GET
delay: 900
maxRetries: 30
validate:
- jsonpath: status
expect: 200
- jsonpath: content
expect: <$ Env("STREST_GMT_DATE") $>

Expected Behavior:

Iterates Call when validation is not defined and Iteration is added

version: 2
requests:
maxRetries:
request:
url: https://postman-echo.com/time/now
method: GET
delay: 900
maxRetries: 30
iteration : 20

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant