Last Post

All Posts

15 Days of Playwright - Day 7
Jhonatas Matos
Jhonatas Matos

15 Days of Playwright - Day 7

Tired of repetitive test setup code? Learn how Playwright's Fixtures and Hooks help you organize your tests, share logic, and create a scalable testing architecture.

Continue reading
15 Days of Playwright - Day 6
Jhonatas Matos
Jhonatas Matos

15 Days of Playwright - Day 6

Stop testing login forms repeatedly. Learn how Playwright's authentication management lets you bypass UI login, reuse sessions, and make your test suites 10x faster.

Continue reading
15 Days of Playwright - Day 5
Jhonatas Matos
Jhonatas Matos

15 Days of Playwright - Day 5

File handling is a crucial aspect of modern web applications. From uploading profile pictures to downloading reports, users constantly interact with files.

Continue reading
15 Days of Playwright - Day 4
Jhonatas Matos
Jhonatas Matos

15 Days of Playwright - Day 4

Mocking network requests is a crucial aspect of testing applications and intercepting responses. In this lesson, I will demonstrate how to mock network requests in Playwright tests.

Continue reading
15 Days of Playwright - Day 3
Jhonatas Matos
Jhonatas Matos

15 Days of Playwright - Day 3

Smart Waits and Page States are essential concepts for writing reliable tests. In this lesson, I will explore how to use smart waits and manage page states effectively in Playwright tests.

Continue reading
Hello World
Jhonatas Matos
Jhonatas Matos

Hello World

Every developer's journey starts with a single line of code: print("Hello, World!"). That tiny program is more than just nostalgia—it represents our first step into a vast universe of logic, architectures and endless possibilities.

Continue reading