base

package
v0.0.0-...-054b70b Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2021 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestEnv

type TestEnv struct {
	OsPlatform _const.OsPlatform `json:"osPlatform,omitempty"`
	OsType     _const.OsType     `json:"osType,omitempty"`
	OsLevel    string            `json:"osLevel,omitempty"` // for mobile device only, e.x. android 11
	OsLang     _const.SysLang    `json:"osLang,omitempty"`

	OsVer   string `json:"osVer,omitempty"`
	OsBuild string `json:"osBuild,omitempty"`
	OsBits  string `json:"osBits,omitempty"`

	BrowserType _const.BrowserType `json:"browserType,omitempty"`
	BrowserVer  string             `json:"browserVer,omitempty"`
	BrowserLang _const.SysLang     `json:"browserLang,omitempty"`

	DeviceId uint   `json:"deviceId,omitempty"`
	Serial   string `json:"serial,omitempty"`

	VmId        uint `gorm:"vmId" json:"vmId,omitempty"`
	ContainerId uint `gorm:"ContainerId" json:"ContainerId,omitempty"`

	VmTemplId        uint `json:"vmTemplId,omitempty"`
	ContainerImageId uint `json:"containerImageId,omitempty"`
}

type TestObject

type TestObject struct {
	ScriptUrl   string `json:"scriptUrl,omitempty"`
	ScmAddress  string `json:"scmAddress,omitempty"`
	ScmAccount  string `json:"scmAccount,omitempty"`
	ScmPassword string `json:"scmPassword,omitempty"`

	AppUrl          string         `json:"appUrl,omitempty"`
	BuildCommands   string         `json:"buildCommands,omitempty"`
	ResultFiles     string         `json:"resultFiles,omitempty"`
	KeepResultFiles _domain.MyBool `json:"keepResultFiles,omitempty"`
}

Jump to

Keyboard shortcuts

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