mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
Add demo test variant
We're piggybacking on our existing integration test framework to record demos that we can include in our docs
This commit is contained in:
parent
71d2fd37e2
commit
9cc1d65280
32 changed files with 891 additions and 12 deletions
|
@ -8,8 +8,12 @@ gui:
|
|||
activeBorderColor:
|
||||
- green
|
||||
- bold
|
||||
inactiveBorderColor:
|
||||
- black
|
||||
SelectedRangeBgcolor:
|
||||
- reverse
|
||||
# Not important in tests but it creates clutter in demos
|
||||
showRandomTip: false
|
||||
git:
|
||||
# We don't want to run any periodic background git commands because it'll introduce race conditions and flakiness.
|
||||
# If we need to refresh something from within the test (which should only really happen if we've invoked a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue