chore: fix lint/test gating

This commit is contained in:
Peter Steinberger
2025-12-26 23:54:30 +00:00
parent a3dc46bf9d
commit 2477ffd860
7 changed files with 21 additions and 12 deletions

View File

@@ -45,7 +45,9 @@ export function registerBrowserInspectCommands(
browser
.command("snapshot")
.description("Capture a snapshot (default: ai; aria is the accessibility tree)")
.description(
"Capture a snapshot (default: ai; aria is the accessibility tree)",
)
.option("--format <aria|ai>", "Snapshot format (default: ai)", "ai")
.option("--target-id <id>", "CDP target id (or unique prefix)")
.option("--limit <n>", "Max nodes (default: 500/800)", (v: string) =>