From 535dd0a472b690fe64a501dc0ed0ef24f48eae37 Mon Sep 17 00:00:00 2001 From: Paul Von Schrottky Date: Wed, 28 Feb 2024 11:29:09 -0300 Subject: [PATCH] Update README.md As @staskus pointed out in https://github.com/wordpress-mobile/WordPress-iOS/pull/22703#issuecomment-1968347841, UI tests are run on the Jetpack app. Given this, it makes sense for the UI testing docs to suggest running Jetpack tests, as this is most likely what most contributors will want to run. --- WordPress/UITests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPress/UITests/README.md b/WordPress/UITests/README.md index ac4328ebeea5..ba675b5c6704 100644 --- a/WordPress/UITests/README.md +++ b/WordPress/UITests/README.md @@ -78,7 +78,7 @@ Note that due to the mock server setup, tests cannot be run on physical devices 1. Follow the [build instructions](https://github.com/wordpress-mobile/WordPress-iOS#build-instructions) (steps 1-5) to clone the project, install the dependencies, and open the project in Xcode. 2. `rake mocks` to start a local mock server. -3. With the `WordPress` scheme selected in Xcode, open the Test Navigator and select the `WordPressUITests` test plan. +3. With the `Jetpack` scheme selected in Xcode, open the Test Navigator and select the `JetpackUITests` test plan. 4. Run the tests on a simulator. ## Adding tests