Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ To run on a physical device, the app must link to the `FaultOrdering` product fr

## Accessing results

After running the UI test, the order file will will appear as an XCTAttachment named `"order-file"`.
After running the UI test, the order file will will appear as an XCTAttachment named `"order-file"`. You can open the `.xcresult` file in Xcode to see the file, or extract it programatically with
```bash
xcrun xcresulttool export attachments --path /path/to/your_test.xcresult --output-path out_dir
```

## Using the order file

Expand Down