Skip to content

Commit

Permalink
ci: Reinstate Appium home directory usage
Browse files Browse the repository at this point in the history
It is unclear why this was removed, as the relative path will likely
never be available if the drivers are installed via the `appium` CLI.
  • Loading branch information
dcalhoun committed Dec 4, 2024
1 parent 7b6bdbb commit 95621c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-native-editor/bin/build-e2e-wda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ CONFIG_FILE="$(pwd)/__device-tests__/helpers/device-config.json"
IOS_DEVICE_NAME=$(jq -r '.ios.local.deviceName' "$CONFIG_FILE")
IOS_PLATFORM_VERSION=$(jq -r '.ios.local.platformVersion' "$CONFIG_FILE")

xcodebuild -project ./../../node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination "platform=iOS Simulator,name=$IOS_DEVICE_NAME,OS=$IOS_PLATFORM_VERSION" -derivedDataPath ios/build/WDA
xcodebuild -project ~/.appium/node_modules/appium-xcuitest-driver/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination "platform=iOS Simulator,name=$IOS_DEVICE_NAME,OS=$IOS_PLATFORM_VERSION" -derivedDataPath ios/build/WDA

0 comments on commit 95621c6

Please sign in to comment.