Run Test Plan Execute a YAML test plan, run setup commands, health checks, and each test sequentially. Stop on first failure with rich debug output. Prerequisites - agent-browser skill : Browser tests require the skill to be available Arguments - : Path to test plan (default: ) - : Skip setup commands and health checks (for re-running after failure) Step 1: Parse Test Plan Read and validate the test plan: Extract from the YAML: - : List of setup commands - : List of URLs to poll - : Array of test cases Step 2: Run Setup (unless --skip-setup) 2a. Check Prerequisites If exists, verify each one:…