Skip to content

Terminal Demo Screenshot Set

Captured from the real checkout fixture path. The public command is scripts/demo.sh; it delegates to the same scripts/live_demo_smoke.sh path used by release automation.

demo_tmp_base="${ENTROPING_DEMO_TMP_BASE:-$HOME/.cache/entroping-demo}"
mkdir -p "$demo_tmp_base"
artifact_dir="$(mktemp -d "$demo_tmp_base/artifacts.XXXXXX")"
workdir="$(mktemp -d "$demo_tmp_base/work.XXXXXX")"
ENTROPING_LIVE_DEMO_ARTIFACT_DIR="$artifact_dir" \
  ENTROPING_LIVE_DEMO_WORKDIR="$workdir" \
  scripts/demo.sh

Use these frames for a terminal GIF or a screenshot carousel.

Curated PNG: terminal-demo-screenshot.png

Frame 1: OpenAPI Becomes Hurl

Generated 3 Hurl tests under tests/generated.
Wrote Hurl test: tests/generated/get_health.hurl
Wrote Hurl test: tests/generated/create_checkout.hurl
Wrote Hurl test: tests/generated/get_checkout.hurl

Frame 2: Runtime Governance Passes

Hurl run: 4 passed, 0 failed
Wrote latest run state: .entroping/latest-run.json
Wrote report: reports/run-latest.json
Wrote report: reports/junit.xml
Wrote report: reports/run-latest.html

Frame 3: Reviewable Evidence

run-latest.json  - machine-readable run summary
junit.xml        - CI-compatible test report
run-latest.html  - human-readable report screenshot source

Screenshot Notes

  • Show the command and output together; do not crop away scripts/demo.sh.
  • Keep 4 passed, 0 failed visible.
  • Avoid showing local temp directory names in external posts.
  • Do not show .entroping/ internals except the latest-run path printed by the CLI.