Skip to content

--sync flag no longer working on GitHub Actions #162

Closed
@irbrad

Description

@irbrad

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions