A chatroom for AltUnityTester - a UI testing tool for Unity3d. More info here: https://gitlab.com/altom/altunitytester
Hey, I need to automate a game on Android emulator (Android 7.0 armeabi-v7a, API 24) using Java. I imported AltUnity to Unity project, builded a development build. Installed it on emulator using adb, run adb forward tcp:13000 tcp:13000
, and started the app. I see the pop-up "Waiting for connection on port 13000", so good so far.
I made a driver with driver = new AltUnityDriver("127.0.0.1", 13000,";","&",true);
and started the tests , and I was getting AltUnityServer not running on port 13000
after each 5 sec. After the 3-rd message, the pop-up disappeared, which suppose to mean that a Tester connected to the server. However, I continue getting those messages until the test fail. What I am missing?
Hi all,
We've just created a discord server!
https://discord.gg/nSUjHp
Please join as we'd like to move there the discussions from gitter. We thought it will be easier to keep track of things and be more organized.
We'll also remain active on our google group: https://groups.google.com/a/altom.com/g/altunityforum
Thanks and see you there!
@PvanderLaan_gitlab on windows 10 it keeps telling me that machine actively refused the connection and no altunity server running on port 13000 even with ADB forward tcp:13000...and on mac it works...for the clicking on non ui I found out...but idk what I'm doing wrong to run the tests on windows...ran appium doctor and everything seems fine...
Facing this exact same issue, has anybody got past this hurdle?