Introduction to Playwright

debs_obrien

Debbie O'Brien

Posted on November 2, 2023

Introduction to Playwright

Hi everyone, in this series, I’m going to tell you about Playwright, an open source end to end testing Framework by Microsoft for testing your modern web applications. Playwright supports all modern browsers and works on all platforms.

Playwright can automate what a user does such as clicking on elements, filling in text etc. As Playwright is like a fast user it waits for elements to be actionable before it clicks on the them, and retries when making assertions to ensure your tests are not flaky. And as tests run in parallel by default test execution is really fast.

Playwright comes with a great developer experience thanks to tooling such as Codegen, trace viewer and the VS Code extension.

In the next post let’s take a look at how to install Playwright.

Check out the video

Useful Links

💖 💪 🙅 🚩
debs_obrien
Debbie O'Brien

Posted on November 2, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Debugging Playwright Tests in VS Code
playwright Debugging Playwright Tests in VS Code

November 22, 2023

Writing Playwright Tests in VS Code
playwright Writing Playwright Tests in VS Code

November 15, 2023

Introduction to Playwright
playwright Introduction to Playwright

November 2, 2023

Getting Started with Playwright in VS Code
playwright Getting Started with Playwright in VS Code

November 1, 2023

Running Playwright Tests in VS Code
playwright Running Playwright Tests in VS Code

November 8, 2023