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.
In this PR: - setup and examples for the _Get Started_ > _Write and execute first test for your app_ section - robot tab in _Advanced usage_ > - _Run...
Continuing the work on https://github.com/alttester/AltTester-Unity-SDK/pull/1612
## Steps to reproduce ## Actual result ### AR ### Additional info ## Expected result ### ER ### Additional info ## Testability
In this PR: - Updated in `AltObject.cs` the `PointerDown/Up/Enter/Exit` commands and used the `Obsolete` attribute for the deprecated commands - Updated the C# tests using the above commands - Updated...
## Description Add in _Advanced usage_ > `Build apps from the command line` section an example of how to create custom instrumentation settings, add custom port and host, in the...
Python 3 Unity 2022.3.39 AltTester® Unity SDK a 2.1.2 Android macOS ### Summary Class WebsocketConnection's _create_connection fuction got err alttester.exceptions.ConnectionError: the JSON object must be str, bytes or bytearray, not...
## Description Add an overload that takes a tuple like (By, value) as a locator so that we can save them in a test in the following way: `private (By...
Microphone input - There doesn’t seem to be functionality in altDriver to input data as microphone input, so will need to call static function in the app instead Reported by...
In docs we explain nowhere how to instantiate altDriver. We just simply use it.