You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i am using wait4x in the pipeline using the HTTP provider in order to compare a specific body JSON key with a specific value. AFAIK, also looking at the gjson doc, this seems not possible.
For example a body with
{"version": 1234}
cannot be done afaik with --expect-body-json with something like:
Hi, i am using wait4x in the pipeline using the HTTP provider in order to compare a specific body JSON key with a specific value. AFAIK, also looking at the gjson doc, this seems not possible.
For example a body with
cannot be done afaik with --expect-body-json with something like:
wait4x http https://ifconfig.co/json --expect-body-json "version==1234" or something similar.
The text was updated successfully, but these errors were encountered: