We run our Cypress tests locally (in Jenkins) and create Mocha test reports (JSON). Now we would like to send these reports to Cypress dashboard so they are more easily accessible.
We have looked in to ReportPortal, where you can include the dashboard server information in the reporter configuration. Is there such configuration for Cypress dashboard where we can send the reporter results to the dashboard?
Thank you.