Closed dhreben closed 11 months ago
closing as working as designed... the logic is implemented in such way:
/dev/null
is registered inside /usr/local/bin/mcloud-devices.txt if no device related wda_file registered/dev/null
As result I see global WDA_FILE is successfully mounted on the appium container level:
{
"Type": "bind",
"Source": "/home/build/tools/WebDriverAgent.ipa",
"Destination": "/tmp/zebrunner/WebDriverAgent.ipa",
"Mode": "",
"RW": true,
"Propagation": "rprivate"
},
in case of any problem with wda.ipa install it might be another problem.
@dhreben, let's re-test again using three variants:
it seems like extra echoing of the /dev/null
for local wda_file in console log was printed mistakenly.
I updated log messages to print actual wda file path value we use for iOS devices, like:
wdaIpaPath: /home/build/tools/WebDriverAgent.ipa
wdaBundleId: com.facebook.WebDriverAgentRunner.xctrunner
removed invalid label as something was changed in the code
Verify
Global WDA is not set on usr/local/bin/mcloud-devices.txt