Contents

CiTestStatus

A string that represents test status information.

Declaration

string CiTestStatus

Possible Values

SUCCESS

The tests passed.

FAILURE

The tests failed.

MIXED

Some tests passed and some failed.

SKIPPED

Xcode Cloud skipped some tests.

EXPECTED_FAILURE

Tests failed that you marked as expected to fail with XCTExpectFailure.

See Also

Objects