I have the below setup in my test set:
test.convo.txt
#me
Hello
#bot
How can I help you?
#me
I need help with my device
#include
useful_links
useful_links.pconvo.txt
useful_links
#bot
$texttest
BUTTONS How to fix your device
JSON_PATH $.data.ctas[0].url | $supporturl
variables.scriptingmemory.txt
|variables
$supporturl |https://supporttest.ca
$texttest |Here are some of the main support links.
The text assertion for the $texttest variable works as expected, but the JSON asserter with the $supporturl variable results in test case failure. Does the JSON asserter support scripting memory?