zebrunner / mcloud-grid

Customized selenium-hub
6 stars 3 forks source link

deviceName capability is ignored using latest selenium/appium clients #82

Closed vdelendik closed 1 year ago

vdelendik commented 1 year ago

on selenium 4, appium 8.2.0 client requested deviceName capability is ignored and we run tests on any device. it should be fixed after finishing #79

vdelendik commented 1 year ago

provided hotfix using selenium server v3: https://github.com/zebrunner/mcloud-grid/pull/84/files

to test we have to play with CE from develop version and capabilities:

deviceName=Nokia_3
deviceName=Nokia_3,HTC_U_Ultra

udid=udid1
udid=udid1, udid2
  1. try also occupy device in STF during mobile sample demo job execution using different STF account (not the same which is used for integration)

  2. Make sure to repeat the same scenarios using selenium3, ie running carina-demo mobile tests using 7.4.27 or 7.4.x branch. Everything should work as expected.

dhreben commented 1 year ago

Verified on prod