zebrunner / mcloud-device

Android, Appium and STF provider in Docker.
10 stars 8 forks source link

reset to empty value some `STF_PROVIDER_*` vars #147

Closed vdelendik closed 1 year ago

vdelendik commented 1 year ago

some of the vars are optional and might be used by ios and corrupt android so let's completely reset these ones into the empty values:

ENV STF_PROVIDER_HOST=
ENV STF_PROVIDER_CONNECT_SUB=
ENV STF_PROVIDER_CONNECT_PUSH=

ENV STF_PROVIDER_CONNECT_APP_DEALER=
ENV STF_PROVIDER_CONNECT_DEV_DEALER=

log from android mcloud-device conatiner:

Unknown arguments: connectDevDealer, connectAppDealer
Exit status: 1
vdelendik commented 1 year ago

fix is available in mcloud-device:2.5.2-beta2

dhreben commented 1 year ago

Fixed