Get started with end-to-end testing: Playwright | Episode 1 - Introduction

preview_player
Показать описание
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.

Playwright Series Playlist:

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:
Рекомендации по теме
Комментарии
Автор

Great opportunity for learning on this

mahalakshmikiran
Автор

This should be an interesting series. :)

juanmacias
Автор

I want to know how can we test canvas base projects on playwright (Javascript). (I want to test draw on canvas or other canvas elements and it operations)

adarshpatil
Автор

Hi, what if I have like 2-4 day process as a test scenario. For example, we load orders, and wait until the next day for the status to change, and then third day it finally settles. Would I be able to automate them with playwright ?

nishanthNB
Автор

Is there support for testing Electron applications?

keithhill