I have been around since the 90's (that's 1990) and even before as a geek girl. I have done development, product management, consulting, and system analysis, but my ultimate passion is system architecture and good coding practices. Today I work as an architect responsible for all the Frontend design, tooling, testing, and DevOps processes. I love Javascript and its ecosystem and will happily share this knowledge with fellow developers. Also, I am a Playwright Ambassador.
Talk about testing and Playwright.
In today's digital landscape, user interfaces have evolved far beyond simple forms and basic interactions. Modern UIs are rich tapestries of intricate interactions, micro-animations, advanced gestures, and media-rich content. As users demand smooth, ...

In this article, I will go over the way Playwright communicates between the browser automation runner and the browser, and explain how to correctly use Promise.all to avoid tests’ flakiness. Playwright Communication Playwright is running in two separ...
