Closed
Description
I've been using browserstack-cypress-cli for a while now via a GitHub action and am recently noticing that it's not honoring the --sync flag.
[9/20/2021, 3:24:57 PM] - info: Success! Build created with build id: {{build_id}
[9/20/2021, 3:24:57 PM] - info: Visit the Automate dashboard for real-time test reporting: https://automate.browserstack.com/dashboard/v2/builds/{{build_id}}
[9/20/2021, 3:24:58 PM] - error: The report cannot be generated as the build {{build_id}} is still running. Try again later once the build run is completed.
See the entire build report here:
https://automate.browserstack.com/dashboard/v2/builds/{{build_id}}
The command being run is as follows. I have also tried it with --sync true.
npx browserstack-cypress-cli --ccf cypress.qa.json -p 1 --sync --local false --build-name=build-qa-${{ github.sha }} run