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.

Courses

HTTP Basics

Understanding how the HTTP protocol works is fundamental knowledge for any technical specialist in IT. In this guide, you will learn what HTTP is, how client-server communication works, and how to interpret requests and server responses.

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.