diff --git a/README.md b/README.md index d9c9f20..61d4392 100644 --- a/README.md +++ b/README.md @@ -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