From ecc96b2cdb14de1ffb2116064739784248c042e3 Mon Sep 17 00:00:00 2001 From: Mootaz Bahri Date: Thu, 6 Mar 2025 15:29:04 +0100 Subject: [PATCH] Revert "add a note with the test execution scope in the example implementation section" This reverts commit 765b0d53309fb29874765a849ae7ea781e9a4385. --- .../mobile-apps/automated-testing/espresso-xcuitest/xctest.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest.md b/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest.md index 650782f423..6bd8bddb02 100644 --- a/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest.md +++ b/docs/mobile-apps/automated-testing/espresso-xcuitest/xctest.md @@ -99,9 +99,5 @@ 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