Commit f8e5022
committed
Fix(performance): Correct UI test target and improve test script
The PerformanceExample UI tests were failing with a `UITargetAppPath should be provided` error. This was caused by the `TEST_TARGET_NAME` in the Xcode project being set to the product name (`PerformanceExampleSwift`) instead of the target name (`PerformanceExample`).
Additionally, the main `test.sh` script is updated to only run the `sudo xcode-select` command during GitHub Actions, preventing sudo prompts during local execution and simplifying debugging.1 parent 56cdd6e commit f8e5022
File tree
2 files changed
+7
-5
lines changed- performance/PerformanceExample.xcodeproj
- scripts
2 files changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
279 | | - | |
| 279 | + | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
147 | | - | |
| 146 | + | |
| 147 | + | |
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
152 | 154 | | |
153 | 155 | | |
0 commit comments