{% extends "base.html" %} {% set active_nav = "workbench_batch" %} {% block page_title %}Batch Runner{% endblock %} {% block content %}
Pre-built test sequences that invoke multiple tools in order. ← Back to tool list
| # | Step | Tool | Status | Time | |
|---|---|---|---|---|---|
| {{ loop.index }} | {{ r.step }} | {{ r.tool }} | {% if r.status == 'ok' %}✓{% else %}✗{% endif %} | {{ r.elapsed_ms }} ms |
Show{% if r.error %}{{ r.result }}
{% endif %}
|
Select a sequence and click Run to execute it.
{% endif %}