Operations | Monitoring | ITSM | DevOps | Cloud

Latest Videos

How to run your Playwright end-to-end tests in SloMo

Sometimes you want to follow along your Playwright tests without starting a full debugging session. Learn in this video how to slow down your Playwright end-to-end tests, to see and watch exactly what's happening in your testing scripts. Use the "slowMo" launch option configuration to add delays inbetween all Playwright actions. More cool Playwright and Synthetic Monitoring tips coming your way soon!

How to end-to-end test and monitor your login flows with Playwright and Checkly

In this video, Stefan from Checkly demonstrates how to monitor a login and authentication flow using Checkly and Microsoft's Playwright. Stefan guides you through the entire process. If you're interested in end-to-end testing or synthetic monitoring, this video is for you. Drop a question below or leave a comment!

How to wait for a specific API response in your Playwright end-to-end tests

Learn in this video how to monitor network HTTP calls in your end-to-end tests and use Playwright's "waitForResponse" method to capture specific network responses. This approach allows you to wait for specific API calls to validate if you website or app shows the correct data.

Open Source Observability with OpenTelemetry and ChecklyDescription

We need to monitor our service's performance, but large closed SaaS options are expensive and complex. OpenTelemetry is the 'wave of the future' for observability, but is it ready for your team? Yes! Join Nočnica to see a demonstration of instrumenting a demo application and learn what OpenTelemetry can do. We'll also add external site monitors with Checkly synthetics checks.

Never miss an Outage: Improve your monitoring with Checkly's Parallel Scheduling

In this video, you will learn how to leverage Checkly's parallel scheduling feature to simultaneously monitor and test all your essential production targets. This knowledge will help you reduce your mean time to detect outages, assess whether production problems are regional or global, and enhance your monitoring data granularity.

How to combine Playwright locators to test non-deterministic application flows

Sometimes, applications can behave differently even though your users do the same things. How can you test these non-deterministic flows? Learn in this video how Playwright's "locator.or()" method helps to write tests that can handle different application flows.