Closed ivan-velasco closed 3 months ago
Currently range is only supported at the individual step level only
Proposal: If present at steps level then each step will be part of range loop
steps
- name: read data file steps: - type: readfile path: testdata/test.json vars: data: from: result.contentjson - name: run crud operations range: '{{.data}}' steps: - type: http method: GET - type: http method: PATCH - type: http method: GET
@ivan-velasco if you use user executor, shouldn't be possible to have the same behavior?
@yesnault yes that is correct, that has been my final workaround for this feature request.
Currently range is only supported at the individual step level only
Proposal: If present at
steps
level then each step will be part of range loop