AltTester-Unity-SDK
AltTester-Unity-SDK copied to clipboard
AltTester Unity SDK is an open-source UI driven test automation tool that helps you find objects in your game and interacts with them using tests written in C#, Python, Robot or Java.
## Steps to reproduce ## Actual result ### AR Sometimes when trying to connect to the started AltServer an instrumented build when there are already other apps connected or not...
## Description We should handle the exception raised for instrumented `IL2CPP` builds created in Unity with the setting from _Player Settings_ > _Other Settings_ > _Optimization_ > _Managed Stripping Level_...
## Description Remove the unwanted logo from the _Overview_ > _How it works_ section ## Mocks ## Additional info
## Description Every time we search an object we will first search in the list with cached object and if we don't found the object we continue to search the...
**Problem**: When testing the project for VuCity I had to find all objects within a panel. In this case all objects have the same path until the last element but...
**Node.js AltUnityDriver** Node js port of this https://gitlab.com/altom/altunity/altunitytester/-/tree/master/Assets/AltUnityTester/AltUnityDriver **What is the reason you need this feature?** AWS DeviceFarm used Node.js to run tests. Our team has ts/js devs. This client...
When creating the AWS + iOS setup we were blocked at a specific step, about which we added a note to our documentation: "We encountered some problems forwarding the port...
Documentation should have a special section for notification where we explain each available notification. Also in command section we need to add addNotificationListener and removeNotificationListener --- You can find the...
## Description For the test: `TestCheckActionDoNotDoubleClick` @RobertPoienar has an assumption that there is a randomly reproducing bug and that we should look into it to understand why it fails rather...