cypress-io / github-action

GitHub Action for running Cypress end-to-end & component tests
https://on.cypress.io/guides/continuous-integration/github-actions
MIT License
1.35k stars 357 forks source link

Cancel test run on Cypress cloud when action is cancelled #1182

Closed cjquines closed 3 months ago

cjquines commented 3 months ago

When running the action with record: true, if it gets cancelled, the corresponding Cypress cloud run still shows as running, rather than cancelled.

It'd be nice if it got cancelled as well, so the runs that are running on Cypress cloud correspond to Github actions that are also running.

jennifer-shehane commented 3 months ago

Duplicate of https://github.com/cypress-io/cypress/issues/21125