You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
install the dependencies: npm i and npm install -g browserstack-cypress-cli
setup your env vars to authenticate with browserstack
run the tests with the command npm run test-browserstack-reporter-single-test
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
The text was updated successfully, but these errors were encountered:
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
npm i
andnpm install -g browserstack-cypress-cli
npm run test-browserstack-reporter-single-test
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
The text was updated successfully, but these errors were encountered: