You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each device service register as appium url:
http://${publicIp}/stf/appium/${host}/${port}/wd/hub
So using /stf general NGiNX will redirect to stf-proxy service.
stf-proxy service should parse host and port and proxy pass to appium using private network connection
The text was updated successfully, but these errors were encountered:
To test setup zebrunner from develop branch, open any device (Both Android and iOS!!!).
Copy from Automation tab link to appium: http://${publicIp}/stf/appium/${host}/${port}/wd/hub
Open http://${publicIp}/stf/appium/${host}/${port}/wd/hub/status in browser
-> you should see status response from Appium with appium version
Each device service register as appium url:
http://${publicIp}/stf/appium/${host}/${port}/wd/hub
So using
/stf
general NGiNX will redirect to stf-proxy service.stf-proxy service should parse host and port and proxy pass to appium using private network connection
The text was updated successfully, but these errors were encountered: