[iOS][XCUITest] wdaLocalPort auto allocation like systemPort of UiAutomator2

Latest version of UiAutomator2 supports powerful port auto allocation for “systemPort”.
Is it possible to apply the feature for wdaLocalPort of XCUITest?

Thanks.

The same strategy cannot be applied to xcuitest, since it should reuse/cache running xcodebuild instances to achieve better performance and to avoid recompilation for each new test session run.

1 Like