Get started with end-to-end testing: Playwright | Episode 1 - Introduction (Дата оригинальной публикации: )

Introduction to the series, Get started with end to end testing: Playwright. Playwright is an an open source, end to end testing framework by Microsoft for testing your modern web applications. It works across all modern browsers and on all platforms. Playwright can automate what a user does, such as clicking on elements and filling out forms. As Playwright is like a really fast user, it waits for elements to be actionable before it clicks on them and retries when making assertions to ensure your tests are not flaky. And as tests run in parallel by default, test execution is super-fast. Chapters: 00:00 Welcome & Intro 00:10 End-to-End Testing Series Intro 00:18 How Playwright Works 00:46 Up Next: Getting Started Links: Playwright docs: Playwright on Discord:
Back to Top