Files
lazygitclj/test/e2e/debug.tape
2026-01-21 17:49:39 -05:00

32 lines
525 B
VHS

# VHS debug test - check git status and lazygitclj display
Output test/e2e/output/debug.gif
Output test/e2e/output/debug.ascii
Require bb
Set Shell "bash"
Set FontSize 14
Set Width 1000
Set Height 600
Set Framerate 10
# Setup test repo
Type "./test/e2e/setup-test-repo.sh /tmp/lazygitclj-debug"
Enter
Sleep 2s
# Show git status
Type "cd /tmp/lazygitclj-debug && git status --porcelain"
Enter
Sleep 1s
# Run lazygitclj
Type "bb --config /home/ajet/repos/lazygitclj/bb.edn start"
Enter
Sleep 2s
# Quit
Type "q"
Sleep 1s