botoolagent-testbench-stop

Pause a running TestBench session and preserve all data for inspection.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Botool-Dev-Team/BotoolAgent --skill botoolagent-testbench-stop
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: botoolagent-testbench-stop
Source: https://github.com/Botool-Dev-Team/BotoolAgent/tree/main/skills/BotoolAgent/testbench-stop
Command: npx skills add https://github.com/Botool-Dev-Team/BotoolAgent --skill botoolagent-testbench-stop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pause a running TestBench session to allow the user to inspect and interact with the Viewer, while preserving all data for a safe resume.

Core Features & Use Cases

  • Pause the TestBench processes without data loss and bring the Viewer to the foreground for immediate inspection.
  • Provide a clear resume path via /botoolagent-testbench-resume, ensuring all previous state and test results remain intact.
  • Works across typical TestBench workflows where manual verification of the UI or state is required before continuing.

Quick Start

Pause the running TestBench with /botoolagent-testbench-stop to inspect the Viewer while preserving all data.

Frequently Asked Questions about botoolagent-testbench-stop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I pause a running TestBench session to inspect the Viewer without losing data?▼

To pause a running TestBench session, invoke the stop command to halt ongoing test processes and foreground the Viewer for manual inspection while preserving all interim data safely.

What happens to test results when I halt TestBench process control for UI inspection?▼

When you halt TestBench process control for UI inspection, all previous state and test results remain fully intact, ensuring no data loss occurs across test iterations during the pause.

Can I resume a paused TestBench session after manual verification?▼

Yes, you can resume a paused TestBench session through a dedicated resume command, which safely restarts the halted workflow and continues testing with all previous state preserved.

When do I need to stop TestBench automation for state preservation?▼

You need to stop TestBench automation for state preservation when you must examine interim results, verify the UI state, or adjust the Viewer manually before continuing with further test iterations.

Does pausing the TestBench affect data across multiple test iterations?▼

Pausing the TestBench does not affect data across iterations, because the process control mechanism applies a safe halt that specifically isolates and preserves the current state without any data loss.