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 1. Open the AltTesterDesktop 2. Open the [sampleGame.ipa](https://drive.google.com/drive/folders/1KrNgALDoaOlAcW25x8DhV-DOgVAlo9RH) on iOS device 3. Connect it to the AltServer 4. Open the AltTester-Unity-SDK 5. Start the tests from...
## Description Now that we have the robot library and support added to AltTeseter we should add also in the documentation the required tabs and examples for Robot in these...
I need to think more about this issue but I put it here to not forget. If this description remains unchanged after two weeks blame @RobertPoienar. ## Description ## Mocks...
[WebGL] Investigate and create the setup to run WebGL tests on multiple browsers from Browserstack
## Description The purpose of this ticket is to create a setup to run the WebGL tests on multiple browsers on Browserstack ## Mocks ## Additional info
## Description After updating the TrashCat repo in https://github.com/alttester/trashcat/issues/4 we need to update also the downloadable build for the examples and re-check them and adapt them if necessary Epic for...
In the pipeline script when we build the instrumented app we adding an AltTesterPrefab without checking if the scene already has a prefab in it. This could cause issue because...
Notify the driver every time when the hierarchy of the active scene/s changed. This mean every time an object is added, destroyed or changed parent. This does not include when...
Here is the full stack trace: ``` self = def test_wait_for_component_property_assembly_not_found(self): componentName = "AltExampleScriptCapsule" propertyName = "InstrumentationSettings.AltServerPort" alt_object = self.altdriver.find_object(By.NAME, "AltTesterPrefab") with pytest.raises(exceptions.AssemblyNotFoundException) as execinfo: > alt_object.wait_for_component_property( componentName, propertyName, "13000",...
**In what language is the test written?** (Python 3) **What version of Unity are you using?** (2022.3.7f1) **What version of AltTester Unity SDK are you using?** (2.0.2) **On what device...