headspinio / appium-altunity-plugin

An Appium 2.x plugin for AltUnity Tester. https://headspin.io
Apache License 2.0
30 stars 5 forks source link

Support AltTester >= 2.0.0 #12

Open ramybenaroya opened 1 month ago

ramybenaroya commented 1 month ago

Hey, this plugin is a great project but unfortunately it does not work with AltTester version >= 2.0.0 I also tried running

adb forward tcp:13000 tcp:13000
websocat ws://127.0.0.1:13000/altws/
# Result is:
# websocat: WebSocketError: WebSocket protocol error
# websocat: error running

I assume AltTester introduced breaking changes in the internal communication protocol.

Thanks

hazimelect09 commented 1 month ago

I think the changes in Alttester are as you said huge, one of them is the introduction of Alttester desktop server, which will handle the communication between the drivers(tests) and the unitysdk applicaton(instrumented app), in the past the socket connection was direct from the driver to the app, so there is a need to consider the newly introduced server. I am enthusiastic about game testing and I would really give a hand in the maintenance of this plugin , so i can help with what i could ever do.

Hazimremal commented 1 month ago

@ramybenaroya