DevOps engineer. Terraform and K8s all day.
Nothing here yet.
Most QA pitches answer none of these. They lead with coverage percentages and test counts, which are engineering metrics, and test count in particular is a metric that rewards waste. The pitch that works prices the status quo first. Everything below uses one worked example, a 12-engineer team at a fully loaded $75 an hour, so you can swap in your own numbers line by line. Couldn't agree more!
the local chromium ceiling section is exactly what we hit last year. started with 3-4 parallel workers on a self-hosted runner, everything fine. scaled to 15 and tests started timing out randomly. spent two weeks debugging "flaky selectors" before realizing the runner was just OOMing silently. the one-line swap from launch to connectOverCDP is the part i wish someone had told me earlier. in my head "moving to cloud browsers" sounded like a weekend migration project. ended up being a 30 minute change. one question though - for long-running agent loops, how are folks handling session cleanup when the agent crashes mid-run? curious if providers auto-terminate or if you eat the idle time until timeout.