Wix has 20 software engineers across 4 cities testing 3 different projects. They developed infrastructure for writing, executing, analyzing and managing Selenium-based tests. To address unstable tests, they implemented a test-state pattern where each test begins in a "Beta" state, is run multiple times, and potentially transitions to "Stable", "Flaky", or "Failed" states based on pass/fail criteria over time. This provides a way to continuously monitor test stability without separate annotation groups.