WitNote / tests /e2e /scenarios-cli /06-text.sh
AUXteam's picture
Upload folder using huggingface_hub
6a7089a verified
#!/bin/bash
# 06-text.sh β€” CLI text extraction command
source "$(dirname "$0")/common.sh"
# ─────────────────────────────────────────────────────────────────
start_test "pinchtab text"
pt_ok nav "${FIXTURES_URL}/index.html"
pt_ok text
assert_output_json
assert_output_contains "text" "returns text field"
end_test
# ─────────────────────────────────────────────────────────────────
# SKIP: text --raw outputs JSON instead of plain text
# Bug: CLI sets mode=raw but not format=text
# See: ~/dev/tmp/text-raw-bug.md
# start_test "pinchtab text --raw"
# pt_ok text --raw
# end_test