xcodebuild

package
v0.0.0-...-f6435d1 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2025 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const (
	TestRepetitionNone           = "none"
	TestRepetitionUntilFailure   = "until_failure"
	TestRepetitionRetryOnFailure = "retry_on_failure"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Xcodebuild

type Xcodebuild interface {
	TestWithoutBuilding(xctestrun string, onlyTesting, skipTesting []string, destination destination.Device, testRepetitionMode string, maximumTestRepetitions int, relaunchTestsForEachRepetition bool, options ...string) (string, error)
}

func New

func New(logger log.Logger, commandFactory command.Factory, pathProvider pathutil.PathProvider, pathChecker pathutil.PathChecker) Xcodebuild

type XcodebuildError

type XcodebuildError struct {
	Reason string
	Err    error
	Log    string
}

func (*XcodebuildError) Error

func (err *XcodebuildError) Error() string

Jump to

Keyboard shortcuts

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