-
-
Notifications
You must be signed in to change notification settings - Fork 163
Description
Describe the bug
I'm running tests in 8 threads on a Mac Studio M4 Max 36GB on simulators. When I launch them, I see that on some devices, it takes a long time to launch, say, 3-4 minutes. Overall, I see that the tests are running on all simulators, with tests generally running on 3-4 simulators, while the others are "resting" and only launching on them after a long time.
Looking at the logs, it seems there's a problem with the webdriver agent build.
I also noticed that there's a derivedDataPath parameter when running, for example, "derivedDataPath":"/Users/virtual_farm_ios/Library/Developer/Xcode/DerivedData/WebDriverAgent-7EACCBD0-58FF-4BE9-8818-D6F25EBCF2CB"
but when running xcodebuild, the derivedDataPath isn't set.
"-derivedDataPath /Users/virtual_farm_ios/.appium/node_modules/appium-xcuitest-driver/node_modules"
@saikrishna321 @sudharsan-selvaraj help pls
I have attached all the capabilities and much more in the log file.
Link to Appium logs
It won't attach to GitHub, I can only do it as a file.
Environment
- Appium version (or git revision) that exhibits the issue: 3.1.0 (Appium), 11.2.0 (Appium device farm)
- Last Appium version that did not exhibit the issue (if applicable):
- Node.js version (unless using Appium.app|exe): 20.19.0
- Npm or Yarn package manager: npm
- Mobile platform/version under test: iOS
- Real device or emulator/simulator: Simulator
- Appium CLI or Appium.app|exe: Appium CLI