Hi,
I am trying to utilize partial conversations for reusability.
I did below things after referring to the documentation,
- created a file named test.pconvo.txt
- Added some conversation there along with a first line PCONVO_TEST
- inside my test file I added the partial convo like below.
- And I executed tests
- But I am getting an error saying
BotiumError: Cant find partial convo with name TEST (There are no partial convos)
The partial convo file is in the same directory of test convo file.
Could you please help me?