---
title: tags
framework: testing
role: symbol
role_heading: Instance Property
path: testing/test/tags
---

# tags

The complete, unique set of tags associated with this test.

## Declaration

```swift
var tags: Set<Tag> { get }
```

## Discussion

Discussion Tags are associated with tests using the tags(_:) function.
