How to run steps in one scenario step by step if one of them is async #2173
codehamal365
started this conversation in
General
Replies: 2 comments 1 reply
-
@zabil I would appreciate it if you could give some suggestion |
Beta Was this translation helpful? Give feedback.
0 replies
-
To share values between steps you'll need to add values into a data store. However, this won't work predictably for async calls. You will have to call it synchronously or wait for it to complete. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for example.
scenario example
step two is async step which will call api method and if step three need step two's result to assert.
how to do that, can somebody give any suggestion.
btw the plugin is python.
Beta Was this translation helpful? Give feedback.
All reactions