MCPcopy
hub / github.com/jesseduffield/lazygit / IntegrationTest

Struct IntegrationTest

pkg/integration/components/test.go:26–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type IntegrationTest struct {
27 name string
28 description string
29 extraCmdArgs []string
30 extraEnvVars map[string]string
31 skip bool
32 setupRepo func(shell *Shell)
33 setupConfig func(config *config.AppConfig)
34 run func(
35 testDriver *TestDriver,
36 keys config.KeybindingConfig,
37 )
38 gitVersion GitVersionRestriction
39 width int
40 height int
41 isDemo bool
42}
43
44var _ integrationTypes.IntegrationTest = &IntegrationTest{}
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected