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.
hundreds-author-68171
04/02/2023, 5:25 PM
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?