Sometimes, things fail. Maybe it’s a flaky dependency, an outdated payload, or a backend tweak no one documented.

Qodex makes it easy to spot and rerun only the failed test cases — so you can debug faster without re-running everything.

Fix Me Pn

How to Re-run Failed Tests

  1. Go to the Build Reports section in the sidebar.
  2. Open the report of your latest test run.
  3. Filter by Failed test cases.
  4. Click “Re-run Failed Tests” on the top-right.
  5. Select the environment (e.g., .env.staging) and run.

Only the failed scenarios will execute again — helping you verify if fixes worked or if issues persist.

“Fix Me” Option

If your test suite previously passed and suddenly fails due to an API change, Qodex shows a “Fix Me” button.

Clicking it will:

  • Trigger the AI agent to re-analyze the test logic
  • Auto-update outdated request data, chaining, or test rules
  • Suggest corrections, which you can review before saving

Note: “Fix Me” appears only if the test has passed at least once before.

Why Devs Love This

  • Avoids wasting time re-running full suites
  • Helps isolate flaky or broken logic quickly
  • Speeds up CI/CD debugging
  • Reduces noise by only showing what changed