Closed jon301 closed 4 years ago
Closing since Cypress will support Github Actions build ID natively in the next release
https://github.com/cypress-io/cypress/commit/95a5d17fa0a6fbf5660697fab709024622cf37b9
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context.
Expected Behavior
--ci-build-id
should be a valid optionhttps://docs.cypress.io/guides/guides/command-line.html#cypress-run-ci-build-id-lt-id-gt
Current Behavior
ng e2e --headless --record --parallel --ci-build-id="XXX"
Unknown option: '--ci-build-id'
Failure Logs
On some Github Action CI, cypress does not recognize
ciBuildId
automatically, so this option needs to be passed manually.