WitNote / tests /e2e /scenarios-cli /02-snap.sh
AUXteam's picture
Upload folder using huggingface_hub
6a7089a verified
#!/bin/bash
# 02-snap.sh β€” CLI snapshot command
source "$(dirname "$0")/common.sh"
# ─────────────────────────────────────────────────────────────────
start_test "pinchtab snap"
pt_ok nav "${FIXTURES_URL}/index.html"
pt_ok snap
assert_output_json
assert_output_contains "nodes" "returns snapshot nodes"
end_test