AltTester-Unity-SDK
AltTester-Unity-SDK copied to clipboard
[AltTester Editor] Tests list minor assembly-related issues
Steps to reproduce
- Open the AltTester Unity SDK project from the GitHub repo in each Unity version (mentioned in the Additional info section)
- Open the AltTester Editor window and check the Tests list
Actual result
AR
- ❌ in Unity 2020 and 2022 the test
DefaultTestExample.txt
located inAssets/AltTester/Editor
is not displayed at all in the Tests list - ❌ in Unity 2021 the same test
DefaultTestExample.txt
is misplaced in theAltTester.AltTesterUnitySDK
assembly - ❌ 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
- in Unity 2020 and 2022 the test
DefaultTestExample.txt
should be placed in its correspondentAltTester.AltTesterUnitySDK.Editor
assembly category from the Tests list - in Unity 2021 the test
DefaultTestExample.txt
should be placed in its correspondentAltTester.AltTesterUnitySDK.Editor
assembly - in Unity 2020 and 2022 the
AltTester.AltTesterUnitySDK
assembly category should be displayed regardless if it contains or not test scripts