Downloading generated report files from custom reporter (mochawesome) fails.
I've setup this sample project: https://github.com/ernestosolis-discovery/browserstack_cypress_cli_test
to showcase the issue.
It's using the cypress kitchen sink sample project: https://docs.cypress.io/examples/applications#Kitchen-Sink
using Mochawesome as the custom reporter
And https://github.com/browserstack/browserstack-cypress-cli/ to run the tests on browserstack.
The issue is that when I try to use the Custom reporter options with browserstack-cypress-cli
the reporter artifacts are not downloaded to the machine where the tests are being executed
(see the warn message in the image)
in order to reproduce
The directories generated in build_artifacts are emtpy.
The mochawesome custom reporter works fine and generates the report inside mochawesome-report
when running the tests locally with the command: npm run test-single-test