Automation, Tools

Is it still worth learning Selenium?

Selenium has dominated the test automation landscape for years, establishing itself as one of the most important tools for web application testing. Its versatility, support … Read more

Automation, Tools

Bulletproof test configuration in Playwright

In this post, I will show you how to configure environments in Playwright and use tags to fully customize the test execution process to suit your needs. You will learn how to easily manage tests and dynamically switch configurations.

Automation, Tools

Cypress vs Playwright – a comparison of the two frameworks | part 1

The last few years have brought a revolution in web application testing with the emergence of two powerful players: Cypress and Playwright, competing with the long-time leader, Selenium. In this article, we thoroughly compare these frameworks, analyzing their capabilities, limitations, and performance. Choosing between them is becoming crucial for QA teams looking for a tool tailored to their specific testing needs.