Get the Cypress Cloud Run Number
# i-need-help
c
After having run a recorded run on GitHub Actions I would like to use the Cypress Cloud Run Number to add it to an email. Is there a way to get the run number (or the full URL to the run) after the Cypress run within GitHub Actions. The run number seems not to be in the results of the after:run event handler.
Found it! It is in the
result
that passed by the
after:run
event handler:
result.runUrl