Introduction
Cross-browser or multi-browser testing involves testing the application across various browsers.
Some of the most popular browsers include...
TipsNTricks #20
Create reusable assertions and custom checks with "expect.extend". It's like building your shortcuts for testing.
Here is how you would use...
Introduction
Have you worked with interdependent tests in Playwright that cause flakiness when run in parallel mode? In this blog, we'll explore how to reach...
Playwright offers a variety of built-in reporters for test result visualization. Even though these reporters can help us in most cases, we may still need custom solutions tailored to...