2023-02-26 11:22:24 +11:00
|
|
|
# This config is used in our integration tests. If we want to modify this for a specific test, you can do so in the SetupConfig function
|
|
|
|
|
2020-10-04 22:05:39 +11:00
|
|
|
disableStartupPopups: true
|
2023-03-09 21:32:07 +01:00
|
|
|
promptToReturnFromSubprocess: false
|
|
|
|
|
2020-10-05 09:08:43 +11:00
|
|
|
gui:
|
|
|
|
theme:
|
|
|
|
activeBorderColor:
|
|
|
|
- green
|
|
|
|
- bold
|
2023-07-31 18:32:38 +10:00
|
|
|
inactiveBorderColor:
|
|
|
|
- black
|
2020-10-05 09:08:43 +11:00
|
|
|
SelectedRangeBgcolor:
|
|
|
|
- reverse
|
2023-07-31 18:32:38 +10:00
|
|
|
# Not important in tests but it creates clutter in demos
|
|
|
|
showRandomTip: false
|
2023-08-01 16:57:37 +10:00
|
|
|
animateExplosion: false # takes too long
|
2023-02-26 11:22:24 +11:00
|
|
|
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
|
|
|
|
# shell command in the background) we should have the user press shift+R to refresh.
|
|
|
|
# TODO: add tests which explicitly test auto-refresh functionality
|
|
|
|
autoRefresh: false
|
|
|
|
autoFetch: false
|