GitHub - cypress-io/github-action: GitHu...
# best-practices
h
Hello, is there a way to get test results into GHA after the test build has completed? https://github.com/cypress-io/github-action I'm looking to create a conditional pipeline for deployment based off test results.
im thinking of: - curling cypress dashboard for latest test build status (pass or fail) - set as an var - have conditional around var to deploy can someone direct me to api docs for cypress dashboard?
e
You don't need to query Cypress Cloud (being the new name of Cypress Dashboard) itself. Using status check with GitHub should be enough: https://docs.github.com/en/actions/learn-github-actions/expressions#success