From c801c592affaadf2b9482b79225703f784d8238c Mon Sep 17 00:00:00 2001 From: Noah Martin Date: Mon, 16 Jun 2025 17:20:54 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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