---
title: testRuns
framework: xctest
role: symbol
role_heading: Instance Property
path: xctest/xctestsuiterun/testruns
---

# testRuns

An array of test runs that the test suite manages.

## Declaration

```swift
var testRuns: [XCTestRun] { get }
```

## See Also

### Managing Test Runs

- [addTestRun(_:)](xctest/xctestsuiterun/addtestrun(_:).md)
