frain-dev / immune

End-to-End Testing tool for frain-dev/convoy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support replacing json array with variable values

danvixent opened this issue · comments

Searching the Request body for variable references should take into consideration array values like:

{
 "groups": [
   "{group_id}"
  ]
}