agentTestingService

package
v0.0.0-...-5746ace Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2023 License: GPL-3.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CheckoutCodes

func CheckoutCodes(build *commDomain.Build) (err error)

func DownloadCodes

func DownloadCodes(build *commDomain.Build) (err error)

Types

type ExecService

type ExecService struct {
}

func NewExecService

func NewExecService() *ExecService

func (*ExecService) DownloadApp

func (s *ExecService) DownloadApp(build *domain.Build)

func (*ExecService) ExcCommand

func (s *ExecService) ExcCommand(build *domain.Build) (err error)

func (*ExecService) GetTestApp

func (s *ExecService) GetTestApp(build *domain.Build) _domain.RemoteResp

func (*ExecService) SetBuildWorkDir

func (s *ExecService) SetBuildWorkDir(build *domain.Build)

func (*ExecService) UploadResult

func (s *ExecService) UploadResult(build domain.Build, result domain.TestResult)

type RunService

type RunService struct {
	ExecService *ExecService `inject:""`

	SeleniumService *SeleniumService `inject:""`
	ScmService      *ScmService      `inject:""`
}

func NewRunService

func NewRunService() *RunService

func (*RunService) Run

func (s *RunService) Run(build *commDomain.Build)

type ScmService

type ScmService struct {
}

func NewScmService

func NewScmService() *ScmService

func (*ScmService) GetTestScript

func (s *ScmService) GetTestScript(build *commDomain.Build) (err error)

type SeleniumService

type SeleniumService struct {
}

func NewSeleniumService

func NewSeleniumService() *SeleniumService

func (*SeleniumService) DownloadDriver

func (s *SeleniumService) DownloadDriver(build *commDomain.Build) (err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL