From c9c256d54364ee1f348da496dc3d928a96fbb72f Mon Sep 17 00:00:00 2001 From: Mootaz Bahri Date: Wed, 26 Feb 2025 19:33:15 +0100 Subject: [PATCH] Add link to demo xctest repo --- .../automated-testing/espresso-xcuitest/xctest.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest.md b/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest.md index c3a89dd190..711bd7cd67 100644 --- a/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest.md +++ b/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest.md @@ -88,4 +88,16 @@ A XCTest plan can contain multiple Test Targets, even for different apps. If thi ## 4. Example Implementation -For a practical example of how to set up and run your XCTest plan, XCTests and XCUITests on Sauce Labs infrastructure you can follow this demo repository... TODO \ No newline at end of file + +For a practical example of how to set up and run your XCTest and XCUITest plans on Sauce Labs infrastructure, you can refer to +the [demo-xctest repository](https://github.com/saucelabs-training/demo-xctest). + +This repository contains multiple examples of how to run XCTest plan on Sauce Labs cloud, along with the source code for the demonstration app +used in these examples. By leveraging `xctestplan` and `xctestrun` configuration files, this demo shows how to execute an XCTest plan, similar to +using the following xcodebuild command: + +```shell +xcodebuild test-without-building -xctestrun $(PATH_TO_XCTESTRUN_FILE) +``` + +Visit the repo to see how everything is configured and try running your own XCTest plan on Sauce Labs' real devices. \ No newline at end of file