grok-build-upstream-mirror/crates/codegen/xai-grok-pager/tests/scenarios/welcome.yaml
grokkybara[bot] c68e39f604 Publish harness and TUI open-source
initial sync from the monorepo
2026-07-16 06:46:02 +01:00

27 lines
661 B
YAML

name: welcome-screen
description: Validate that the real pager boots to the welcome screen and produces visual artifacts.
terminal:
rows: 32
cols: 100
mock:
response: "SCRIPTED_WELCOME_RESPONSE from the mock server."
steps:
- action: wait_for_text
text: Quit
timeout_ms: 20000
- action: assert_contains
text: Quit
- action: assert_not_contains
text: panicked
- action: screenshot
name: welcome
note: Welcome screen after startup.
- action: resize
rows: 28
cols: 90
- action: wait
millis: 250
- action: assert_running
- action: screenshot
name: resized-welcome
note: Welcome screen after resize.