summaryrefslogtreecommitdiffstats
path: root/pkg/gui/types
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/types')
-rw-r--r--pkg/gui/types/common.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/gui/types/common.go b/pkg/gui/types/common.go
index 0b6a8e430..df927e1b2 100644
--- a/pkg/gui/types/common.go
+++ b/pkg/gui/types/common.go
@@ -107,6 +107,9 @@ type IGuiCommon interface {
// hopefully we can remove this once we've moved all our keybinding stuff out of the gui god struct.
GetInitialKeybindingsWithCustomCommands() ([]*Binding, []*gocui.ViewMouseBinding)
+ // Returns true if we're running an integration test
+ RunningIntegrationTest() bool
+
// Returns true if we're in a demo recording/playback
InDemo() bool
}