Hands-on Workshops covering Playwright for Beginners - from Core Concepts to Developer Tools and Guided Projects
In this Learn lab, you’ll learn how to use the Playwright open-source test automation framework for building an end-to-end test specification for a sample application.
Imagine that you are a developer working on an enterprise team that builds and maintains complex multi-scenario applications with thousands of users. Your team needs to make sure that your web application:
You have been tasked with identifying the right tools & establishing a testing plan that helps the team meet these goals. In this workshop, you’ll get hands-on experience with using Playwright, an open-source test automation framework for reliable end-to-end testing of modern web apps.
By the end of this lab, you should be able to:
This workshop repository is configured to use a dev container that sets up a development environment in a custom Docker container that can be run in the cloud (with GitHub Codespaces) or on your local device (with Docker Desktop).
The default container is provisioned with:
The default repository is populated with:
Ready to get started? Head to the first Learn Exercise to get going.