Monitor application quality in real time by using the REST API to fetch quality metrics (8.2)
You can use the REST API to fetch quality metrics for the Pega unit tests of your applications, such as test compliance and execution results. You can use the metrics that are returned by the service for gating purposes in a release pipeline, for example, to stop the release of the application until the metrics are satisfactory. You can also receive daily reports about the quality level of your Pega unit tests by configuring an external tool such as Jenkins.
The metrics that are fetched are also available on the Reports tab of the Application: Unit testing landing page, as shown in the following figure:
Data that is returned by the service is in JSON format, which can be adapted for a report or a dashboard on an external webpage.
For more information, see Pega API for Pega Platform.
Previous topic Improve your application quality by monitoring test coverage metrics (8.2) Next topic Clean up Pega unit test cases that use inactive or deleted rules (8.2)