Continuous Monitoring for Web Performance and Accessibility

Abel

Monitoring a web app, both for performance and accessibility is super important. Check out how the Azure Cloud Collaboration Center does it!

They use open source tools like Lighthouse API for performance monitoring and Axe-Core for accessibility monitoring. And they do all this within their ci/cd pipelines using Azure Pipelines. This helps prevent performance regressions and common accessibility bugs from reaching production.

Azure Cloud Collaboration Center

Lighthouse API

Axe-Core

Azure Pipelines

Sample App