Skip to content

Commit

Permalink
add a note with the test execution scope in the example implementatio…
Browse files Browse the repository at this point in the history
…n section
  • Loading branch information
bahrimootaz committed Mar 6, 2025
1 parent 290c057 commit 765b0d5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 765b0d5

Please sign in to comment.