Cypress Ambassador Spotlight: Tatiana Mikhaleva

July 9, 2026

By Melissa Milligan

What motivates you to be a Cypress Ambassador?

For years, testing was seen as a "bottleneck" or a "necessary evil." Cypress changed that, it made testing feel like development. As the Founder of DevOps.Pink, my mission is to make complex cloud-native tools accessible and approachable. Being a Cypress Ambassador allows me to bridge the gap between Developers and QA, showing that reliable automation isn't about gatekeeping; it's about giving engineers confidence (and their weekends back!).

How do you currently help others that are either using Cypress or interested in using Cypress?

Through DevOps.Pink, I create visual, human-centric guides that strip away the jargon. I focus on Developer Experience, teaching engineers how to integrate Cypress into their CI/CD pipelines using GitHub Actions or Docker, without the headache. I also mentor underrepresented groups in tech, showing them that writing their first end-to-end test is the perfect gateway into a career in DevOps and Engineering.

What is your favorite Cypress feature?

Time-travel debugging. It's a game-changer for visual learners. Instead of staring at a cryptic stack trace in a terminal, you can literally rewind the tape and see exactly what happened in the DOM at the moment of failure. It turns debugging from a detective mystery into a clear, actionable movie and it aligns perfectly with my philosophy: make the invisible, visible.

What is your favorite "Cypress Best Practice" and why?

"Test behavior, not implementation" using distinct data-cy attributes. Why? Because it brings sanity. Too many tests break because someone changed a CSS class or a button label. By using dedicated selectors, we decouple the test from the design. It makes the test suite resilient, calm, and reliable, which is exactly what we want in a high-performing DevOps culture.

Outside of work, what are your favorite things to do (hobbies, passions, etc.)?

I love exploring the Canadian outdoors, hiking and disconnecting to recharge my creative batteries. I'm also passionate about design and visual storytelling. I spend a lot of time curating the aesthetic of DevOps.Pink, proving that technical content doesn't have to be dry or boring. It can be vibrant, stylish, and fun.

What is one professional milestone you are proud of?

Launching DevOps.Pink and watching it grow into a real community. Being recognized as a Docker Captain and CNCF Ambassador was huge, but the real win is getting messages from engineers who say, "I was scared of DevOps and testing until I read your guide." That shift from fear to confidence is the ultimate milestone for me.

For new users — what is the best way to "get started" with Cypress?

Don't just read the docs, break something! Spin up a local project, install Cypress, and write one simple test that visits a page and clicks a button. The "aha" moment happens when you see the browser command itself. Don't worry about perfect architecture yet. Just feel the magic of automation first. The structure will come later.

What is your favorite quote or saying?

"Automation is not about replacing humans; it's about giving them superpowers."