Reports are not visible while executing tests in parallel

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?

Using jest via botium-cli is not possible. So, with this configuration, you should rather run “npm test” instead of botium-cli.