Playwright Assertions with Custom Matchers extended from Jest in Playwright Tests

preview_player
Показать описание
In this video, we will discuss Assertions with Custom Matchers extended in Playwright with Typescript Language binding.

#playwright #playwightTS #executeautomation #e2etesting
For more articles and videos, please follow
► [Twitter] @executeauto
► [Subscribe] @Execute Automation

New Series 2021
#############

Selenium and C#
******************

Selenium &Java
******************

CI/CD with Microsoft Technologies
*************************************

Docker & Kubernetes
************************

Mobile Testing
****************

Рекомендации по теме
Комментарии
Автор

Where are the custom matchers explained in the video? I saw only playwright build in matchers.

MartinVavrusak
Автор

Could you please help me with the below scenario.
When a button is clicked, the state of an element changes from ‘processing’ to ‘complete’.I need to wait until the element changes to complete. What is the the best way to handle this situation in playwrightsc#?

It’s work with infinite while loop( because it takes more than 30 seconds). It would be great if you could suggest me with any better solution

aswathym.r