Dear @Florian ,
I referred to this documentation and tried to implement it in my project.
I have separated my test cases in different directories, added botium.spec.js in each directory, added “test”: “jest spec” in package.json
I executed all tests using below command
npx botium-cli run --convos ./spec/convo/<root_of_test_directories> --convos <path_to_partial_convos> --timeout 120000 --reporter-options reportDir=<report_directory>
After successful execution, I could not see any result file generated.
Could you please guide me where I might be missing?