Hello,
I am trying to run a simple test which will expand HELLO_UTT utterance file
This is my test file:
This is my utterance file:
When running botium-cli with the verbose flag, I notice that utterance files have not been found. This can be seen in the below screenshot:
Both the conversation and utterance files exist within the same directory.
I am running the test with --expandutterances also.
Here is the command I am running for the test:
botium-cli run --expandutterances --convos Tests\greeting_test.convo.txt --verbose
Is there something I am missing here? I believe I have the correct set up for this to be working.
Any advice on this would be greatly appreciated! Thanks!