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.

Run Pn

From the Qodex Web App

  1. Go to Test Scenarios in the left sidebar.
  2. Locate the specific test scenario you want to run.
  3. Click the Run button (▶️ icon) next to it.
  4. Choose the environment (e.g., staging, dev, production).
  5. 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)