summaryrefslogtreecommitdiffstats
path: root/pkg/integration/types/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/types/types.go')
-rw-r--r--pkg/integration/types/types.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/integration/types/types.go b/pkg/integration/types/types.go
index a26ac67af..266304bbf 100644
--- a/pkg/integration/types/types.go
+++ b/pkg/integration/types/types.go
@@ -13,6 +13,9 @@ import (
type IntegrationTest interface {
Run(GuiDriver)
SetupConfig(config *config.AppConfig)
+ RequiresHeadless() bool
+ // width and height when running headless
+ HeadlessDimensions() (int, int)
}
// this is the interface through which our integration tests interact with the lazygit gui