File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ jobs:
5151 npm install --no-package-lock
5252 npm run build
5353 appium driver list
54- appium driver run xcuitest build- wda
55- wda=$(ls -d /Users/distiller/Library/Developer/Xcode/DerivedData/WebDriverAgent* )
54+ appium driver run xcuitest download-wda-sim --outdir $CIRCLE_WORKING_DIRECTORY/ wda
55+ wda=$(ls -d $CIRCLE_WORKING_DIRECTORY/wda )
5656 echo $wda
5757 echo 'export WDA_PATH=$wda' >> $BASH_ENV
5858 echo ${WDA_PATH}
5959 echo ${PROJECT_ENV_VAR}
60- xcrun simctl install $target_sim_id $wda/Build/Products/Debug-iphonesimulator/ WebDriverAgentRunner-Runner.app
60+ xcrun simctl install $target_sim_id $wda/WebDriverAgentRunner-Runner.app
6161 xcrun simctl launch $target_sim_id "com.facebook.WebDriverAgentRunner.xctrunner"
6262 mkdir appium-logs
6363 UDID=$target_sim_id APP_PATH=$ios_app npm run wdio-ios
You can’t perform that action at this time.
0 commit comments