
How to Re-run Failed Tests
- Go to the Build Reports section in the sidebar.
- Open the report of your latest test run.
- Filter by Failed test cases.
- Click “Re-run Failed Tests” on the top-right.
- Select the environment (e.g., .env.staging) and run.
“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
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