As a developer, sometimes you just want to validate one specific scenario—like a login flow or a file upload—without running an entire suite. Qodex makes this easy from the UI or CLI.

From the Qodex Web App
- Go to Test Scenarios in the left sidebar.
- Locate the specific test scenario you want to run.
- Click the Run button (▶️ icon) next to it.
- Choose the environment (e.g., staging, dev, production).
- Hit Run Test and view the execution in the Build Reports tab.
Each test scenario executes all its test cases (chained, if applicable), and you’ll see:
- Request/response details
- Logs
- Pass/fail summary
- Fix suggestions (if previously passed and now failing)