Operations | Monitoring | ITSM | DevOps | Cloud

How to speed up your Playwright scripts with request interception

If you're running hundreds of Playwright scripts in your monitoring infrastructure you know that slow scripts lead to long-running test suites. Every Playwright script should run as quickly as possible. In this video, Stefan explains how to use Playwright's request interception feature to block requests and load websites faster.

How to globally monitor your edge functions using Checkly

If you're leveraging an Edge geolocation feature and serve different behavior depending on the request origin, you want to guarantee your application doesn't break for some users over time. Learn how to use Checkly to monitor and test your Vercel Edge functions from different global locations and get alerted when your Edge handling broke. Resources.

How low-level API calls can stabilize your end-to-end tests

We’re heavy end-to-end monitoring users here at Checkly and always experiment with how to architect our tests the best way. Over the past months, we’ve settled on a few workflows that make it much easier to spin up new tests, avoid code duplication, and make the entire test setup easier to manage. One of those strategies is to strictly separate concerns in our tests.