Skip to main content

Tag: ci-cd

View All Tags

Flaky Tests in E2E Suites: Detection & Fixes

· 16 min read
Marcel Veselka
CEO, Wopee.io

Flaky tests affect 16% of all tests at Google. 84% of pass-to-fail CI transitions involve one (Source: Google Testing Blog, 2017). In E2E suites, async-wait issues alone drive about 45% of the failures. The wasted developer hours are bad. The trust damage is worse: once your team learns that red CI usually means "probably a flake," real regressions stop getting caught.

Self-Healing Test Automation: How It Works (2026)

· 23 min read
Marcel Veselka
CEO, Wopee.io

What is self-healing in test automation? It is a mechanism where tests automatically repair broken locators when the application UI changes. When a selector fails, the self-healing engine analyzes the DOM, identifies the intended element using alternative attributes, and updates the test in real time, turning brittle test suites into resilient ones without manual intervention.

Cut Software Testing Costs by 50% with AI

· 8 min read
Marcel Veselka
CEO, Wopee.io

What a ridiculous idea! … or, wait a minute. 🧐 Maybe? 🤔 Maybe it could be possible. 🫣

When I first heard about the idea of saving 50% in software testing costs, I thought it was just another wild dream. But then, I started to think about it. Could it really be possible? What if there are ways to streamline the process, cut unnecessary steps, and still ensure quality? I decided to dig deeper and explore this concept, and here’s what I found. Let me share with you 7 tips that could(?) turn this dream into a reality.