Hi,
In our setup, we use workflow_dispatch to manually kick off our cypress runs. Because of this, the workflow dispatches are run without a pull_request or pull_request-like context. Because of this (I believe), our dashboard does not contain any PR information related to test runs. Is there a way to manually provide PR information to the Cypress github action so that we can associate those runs with their appropriate PRs?
Hi,
In our setup, we use
workflow_dispatchto manually kick off our cypress runs. Because of this, the workflow dispatches are run without apull_requestorpull_request-like context. Because of this (I believe), our dashboard does not contain any PR information related to test runs. Is there a way to manually provide PR information to the Cypress github action so that we can associate those runs with their appropriate PRs?