From 765b0d53309fb29874765a849ae7ea781e9a4385 Mon Sep 17 00:00:00 2001 From: Mootaz Bahri Date: Thu, 6 Mar 2025 14:58:23 +0100 Subject: [PATCH] add a note with the test execution scope in the example implementation section --- .../mobile-apps/automated-testing/espresso-xcuitest/xctest.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest.md b/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest.md index 6bd8bddb02..650782f423 100644 --- a/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest.md +++ b/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest.md @@ -99,5 +99,9 @@ using the following xcodebuild command: ```shell xcodebuild test-without-building -xctestrun $(PATH_TO_XCTESTRUN_FILE) ``` +:::info Test Execution Scope +We aim to replicate the `xcodebuild test-without-building` functionality. Currently, this executes all test configurations in the `xctestrun` +file. Future updates will support `-skip-test-configuration` and `-only-test-configuration` options. +::: Visit the repository to see how everything is configured and try running your own XCTest plan on Sauce Labs' real devices. \ No newline at end of file