Gitlab metrics report
Gitlab has a fantastic way to report test results in merge requests. It supports multiple formats including plain text documents. Read more about Metrics Report here https://docs.gitlab.com/ee/ci/metrics_reports.html.
If you are looking for integration with GitLab here is a workflow we could help set you up:
- GitLab repo is configured automatically to deploy to your hosting. For example to Acquia. Whenever you push the code to
master
,staging
,production
branches it gets pushed to Acquia's repositories and deployed to the appropriate environments. - When you plan to do a release you create a merge request. For example from your
staging
toproduction
branches. So your team can review changes. - Whenever a merge request is created pipelines trigger a comparison job in Diffy. Retrieves results and posts them as metrics in the merge request.
So results will be posted like on screenshot:
Important details is that metric reports are available to Premium Plans only. Otherwise you will be getting a message "Metrics report scanning detected no new changes".
Please let us know if you could be interested in such integration. info@diffy.website