Codex Says Tests Passed but Actually Skipped the Failures
Codex reports green tests but the failing cases were filtered out, marked .skip, or bailed early. How to force honest test reporting before merge.
Articles tagged with #Testing
Codex reports green tests but the failing cases were filtered out, marked .skip, or bailed early. How to force honest test reporting before merge.
Codex's PR is green in CI — every test passes — but the app crashes in staging. Why agent fixes that target the test surface miss the runtime, and how to close the gap.
Turn flaky, screenshot-heavy e2e suites into a small, fast, deterministic plan. 13 prompt templates for selectors, fixtures, auth, flakes, and PR coverage.
Stop asking AI to "write tests for this." 14 unit-test prompt templates for boundary cases, error paths, mocks, fakes, parameterized suites, and regression locks.