AltTester-Unity-SDK icon indicating copy to clipboard operation
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.

Results 125 AltTester-Unity-SDK issues
Sort by recently updated
recently updated
newest added

## 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...

bug
triaged

## 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...

documentation
enhancement
2.1.2

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...

feature
triaged

## Description The purpose of this ticket is to create a setup to run the WebGL tests on multiple browsers on Browserstack ## Mocks ## Additional info

good first issue
feature

## 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...

good first issue
epic
feature
triaged

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...

enhancement

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...

investigate
dual communication
gitlab

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",...

bug
webgl
triaged

**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...

bug
waiting for answer
triaged