Learn How to Test, Monitor, and Automate with Playwright
Playwright serves as the foundation for Checkly’s synthetic Monitoring as Code. To get the most from Checkly, we put together a series of guides and examples to help you get started with Playwright.
Getting Started
What is Playwright?
Microsoft's Playwright offers unique features for automation and user simulation.
Installing Playwright
Learn how to install Playwright and get started with your first script.
Diving Deeper
Playwright is extremely powerful and serves a wide range of use cases. We have collected in-depth articles for important scenarios and challenging automation flows.
Monitoring an eCommerce checkout flow
Learn how to automate realistic user scenarios from signup to checkout.
Navigating user interfaces
Learn about guidelines to write quality automation scripts.
Managing cookies and state
Learn how to use cookies to set state and simplify your scripts.
Measuring page performance
Learn how you can use Playwright to measure page performance.
Popular Posts
Debugging errors
Learn how to debug common errors and bugs in your Playwright scripts.
Request Interception
Learn how to control HTTP requests and responses.
Basic Selectors
Working with selectors is key for writing high quality scripts.
Last updated on September 30, 2024. You can contribute to this documentation by editing this page on Github