Replies: 1 comment
-
rather than depending on the index, would it be possible to pass a parameter that can be used to lookup the respective value? The challenge with the index approach that I can expect:
|
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
-
Hello Everyone,
I am currently using the same step in a single testcase and I would like to have a different behaviour for this step depending on an index.
Example :
step("get value from a json", async () => {
// I would like to have 2 values in my dataStore with the same step
gauge.dataStore.scenarioStore.put('propertyName${index}', response.value);
});
Do you have any ideas ?
I look through the documentation and did not get anything ont this subject.
Thank you !
Victor
Beta Was this translation helpful? Give feedback.
All reactions