Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SuiteTest ¶
type SuiteTest struct { machinery.TemplateMixin machinery.BoilerplateMixin machinery.RepositoryMixin machinery.ProjectNameMixin }
SuiteTest scaffolds the files for the e2e tests
func (*SuiteTest) SetTemplateDefaults ¶
SetTemplateDefaults implements machinery.Template
type Test ¶
type Test struct { machinery.TemplateMixin machinery.BoilerplateMixin machinery.RepositoryMixin machinery.ProjectNameMixin }
Test defines the basic setup for the e2e test
func (*Test) SetTemplateDefaults ¶
SetTemplateDefaults set defaults for this template
type WebhookTestUpdater ¶ added in v4.3.0
type WebhookTestUpdater struct { machinery.RepositoryMixin machinery.ProjectNameMixin machinery.ResourceMixin WireWebhook bool }
WebhookTestUpdater updates e2e_test.go to insert additional webhook validation tests
func (*WebhookTestUpdater) GetCodeFragments ¶ added in v4.3.0
func (f *WebhookTestUpdater) GetCodeFragments() machinery.CodeFragmentsMap
GetCodeFragments implements file.Inserter
func (*WebhookTestUpdater) GetIfExistsAction ¶ added in v4.3.0
func (*WebhookTestUpdater) GetIfExistsAction() machinery.IfExistsAction
GetIfExistsAction implements file.Builder
func (*WebhookTestUpdater) GetMarkers ¶ added in v4.3.0
func (f *WebhookTestUpdater) GetMarkers() []machinery.Marker
GetMarkers implements file.Inserter
func (*WebhookTestUpdater) GetPath ¶ added in v4.3.0
func (*WebhookTestUpdater) GetPath() string
GetPath implements file.Builder
Click to show internal directories.
Click to hide internal directories.