KasperskyLab / Kaspresso

Android UI test framework
https://kasperskylab.github.io/Kaspresso/
Apache License 2.0
1.81k stars 153 forks source link

Make adbServer and kaspresso version dependant #77

Closed priomino closed 4 years ago

priomino commented 4 years ago

Force kaspresso check version of adb server for compatibility. If not compatible then report current and compatible version and fail test on first request to adb server.

priomino commented 4 years ago

Writing this because sometimes both components are not in sync and cause some problems. This is reported because some dev asked me how to solve this problem.

matzuk commented 4 years ago

@RuslanMingaliev Have a look at this issue

RuslanMingaliev commented 4 years ago

Duplicate #132