Hi,
I am using fb-webhook connector to connect with my messenger bot. Below is my directory structure.
Root → <test_scenario_convo_directory> → <child_directory>
The <child_directory> consists of 10 convo files.
Right now, when I am executing the tests using
npx botium-cli run mochawesome --convos ./spec/convo/<test_scenario_dir>/<child_dir>/ --timeout 120000 --reporter-options reportDir=<report_dir_name>
It is taking same user id(randomly generated) for all 10 test conversations under <child_dir>
Is there any way to assign different randomly generated ids to each convo/test execution?