alttester / AltTester-Unity-SDK

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.
https://alttester.com/docs/sdk/latest/home.html
GNU General Public License v3.0
63 stars 8 forks source link

[AltTester Editor] Tests list minor assembly-related issues #1354

Open iulianatodoran opened 1 year ago

iulianatodoran commented 1 year ago

Steps to reproduce

1. Open the AltTester Unity SDK project from the GitHub repo in each Unity version (mentioned in the _Additional info_ section) 2. Open the AltTester Editor window and check the Tests list ## Actual result ### AR 1. ❌ in Unity 2020 and 2022 the test `DefaultTestExample.txt` located in `Assets/AltTester/Editor` is not displayed at all in the _Tests list_ 3. ❌ in Unity 2021 the same test `DefaultTestExample.txt` is misplaced in the `AltTester.AltTesterUnitySDK` assembly 4. ❌ there is one assembly category that is not displayed in Unity 2020 and 2022 LTS: `AltTester.AltTesterUnitySDK` ### Additional info Environment - _SampleGame_ project with AltTester Unity SDK from `development` branch - Unity v `2020.3.48f1` LTS, `2021.3.25f1` LTS, `2022.3.5f1` LTS ## Expected result ### ER 1. in Unity 2020 and 2022 the test `DefaultTestExample.txt` should be placed in its correspondent `AltTester.AltTesterUnitySDK.Editor` assembly category from the _Tests list_ 2. in Unity 2021 the test `DefaultTestExample.txt` should be placed in its correspondent `AltTester.AltTesterUnitySDK.Editor` assembly 3. in Unity 2020 and 2022 the `AltTester.AltTesterUnitySDK` assembly category should be displayed regardless if it contains or not test scripts ### Additional info ## Testability
iulianatodoran commented 1 year ago

@sandraaltom I put this ticket in Backlog as this was considered a minor issue (see comment) for the 2.0.2 release. To see if will be prioritized on the next release or not

sandraaltom commented 1 year ago

Triaged Week no. 38, 2023. Not prioritised for next releases.