32 lines
525 B
VHS
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
|