---
title: XCTAttachment.Lifetime.keepAlways
framework: xctest
role: symbol
role_heading: Case
path: xctest/xctattachment/lifetime-swift.enum/keepalways
---

# XCTAttachment.Lifetime.keepAlways

Indicates that the attachment should be persisted as part of the test’s results even if the test passes.

## Declaration

```swift
case keepAlways
```

## Mentioned in

Adding Attachments to Tests, Activities, and Issues

## See Also

### Attachment Lifetimes

- [XCTAttachment.Lifetime.deleteOnSuccess](xctest/xctattachment/lifetime-swift.enum/deleteonsuccess.md)
