Join Stefan Judis, Playwright ambassador, as he explains why the getByRole() locator is the only locator considering visibility when matching UI elements.
Meet Checkly Status Pages — a fast, integrated, and transparent way to keep customers and stakeholders informed. Now, monitoring and communication live on the same platform.
Join Jonathan Canales and Filip Hric (@filip_hric) in this webinar, "Playwright in Production," as they dive into practical use cases for enhancing your workflow with Playwright automations.
Join Stefan Judis, Playwright ambassador, as he explains how to automatically close and remove unpredictable UI elements like cookie banners to prevent your end-to-end tests from failing.
In this episode, Stefan Judis, Playwright ambassador, explores the new 'Copy as prompt' feature in Playwright 1.51. This feature allows you to copy a pre-filled LLM prompt with all the context of a failing test case. Does this mean that AIs can take over and magically fix all the failing tests? Let's find out!
If you're using Playwright for end-to-end testing or synthetic monitoring with Checkly, you've likely considered reusing your test code across different test cases. A common approach for this is using Page Object Models (POMs). However, if you're like me, you might have mixed feelings about POMs—while they help organize your code, they can sometimes feel cumbersome to set up and maintain.
With Render’s announcement this week of their new webhook integrations triggered by Render events, I wanted to explore how the integration between Render and Checkly can help ensure more reliable production services for your users. Render is a cloud application platform that enables developers to deploy and scale their apps without needing to manage infrastructure.
For B2B SaaS companies, downtime isn’t just an inconvenience—it’s a direct threat to customer satisfaction and revenue. Unlike consumer applications, they serve a mix of power users pushing the system to its limits and new users expecting a seamless experience from day one. Reliability isn’t just about keeping services online—it’s about ensuring every user interaction runs smoothly. A minor hiccup for one customer might be a major disruption for another.
Join Stefan Judis, Playwright ambassador, as he explains how to use Playwright's new "Copy Prompt" button to resolve end-to-end tests with the help of AI.
Playwright isn’t a testing framework. Sure it’s got assertions, scripted behaviors, even controls over environments. But testing isn’t Playwright’s only purpose. Playwright is an automation tool. It can carry out any browser-based action consistently, and carry out instructions robustly. Locators for buttons and other elements aren’t visual or CSS class-based, but based on ARIA role, and even small styling changes won’t make the scripted action fail.