Documentation
¶
Index ¶
- func DeleteApp(urlBase string, apiToken string, organization string, project string, ...) *cli.ExitError
- func DownloadPreparedScreenshots(urlBase string, apiToken string, organization string, project string, ...) error
- func GetBatchTaskStatus(urlBase string, apiToken string, organization string, project string, ...) string
- func GetScreenshots(urlBase string, apiToken string, organization string, project string, ...) error
- func LatestBatchRunNo(urlBase string, apiToken string, organization string, project string, ...) (int, *cli.ExitError)
- func PrepareScreenshots(urlBase string, apiToken string, organization string, project string, ...) int
- func UploadApp(urlBase string, apiToken string, organization string, project string, ...) (int, *cli.ExitError)
- type BatchRun
- func ExecuteBatchRun(urlBase string, apiToken string, organization string, project string, ...) (*BatchRun, bool, bool, *cli.ExitError)
- func GetBatchRun(urlBase string, apiToken string, organization string, project string, ...) (*BatchRun, *cli.ExitError)
- func StartBatchRun(urlBase string, apiToken string, organization string, project string, ...) (*BatchRun, *cli.ExitError)
- type BatchRuns
- type UploadFile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteApp ¶
func DeleteApp(urlBase string, apiToken string, organization string, project string, httpHeadersMap map[string]string, appFileNumber int) *cli.ExitError
DeleteApp deletes app/ipa/apk file on the server
func GetBatchTaskStatus ¶
func GetScreenshots ¶
func GetScreenshots(urlBase string, apiToken string, organization string, project string, httpHeadersMap map[string]string, batchRunNumber int, downloadPath string, fileIndexType string, fileNameBodyType string, downloadType string, maskDynamicallyChangedArea bool, waitLimit int, printResult bool) error
func LatestBatchRunNo ¶
func PrepareScreenshots ¶
Types ¶
type BatchRun ¶
type BatchRun struct { Url string Status string Batch_Run_Number int Test_Cases struct { Succeeded int Failed int Aborted int Unresolved int Total int } }
BatchRun stands for a batch run executed on the server
func ExecuteBatchRun ¶
func ExecuteBatchRun(urlBase string, apiToken string, organization string, project string, httpHeadersMap map[string]string, testSettingsNumber int, setting string, waitForResult bool, waitLimit int, printResult bool) (*BatchRun, bool, bool, *cli.ExitError)
ExecuteBatchRun starts batch run(s) and wait for its completion with showing progress
type BatchRuns ¶
type BatchRuns struct {
Batch_Runs []BatchRun
}
BatchRuns stands for a group of batch runs executed on the server
type UploadFile ¶
type UploadFile struct {
File_No int
}
UploadFile stands for a file to be uploaded to the server
Click to show internal directories.
Click to hide internal directories.