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 9 forks source link

[EditorWindow] AltTesterEditor.asset file is not created when SDK is imported as package #1297

Closed RobertPoienar closed 1 year ago

RobertPoienar commented 1 year ago

Steps to reproduce

1. Import SDK from OpenUPM 2. Open Editor window 3. Try do some action with it ## Actual result Editor Window is not working ### AR ### Additional info ## Expected result Editor Windows functionality should work ### ER ### Additional info ## Testability

For Testing: make sure that configurationFile is created without any errors and that EditorWindows works even if you move the file to another path.

Also this can be tested once we have a prerelease that is added to OpenUPM

iulianatodoran commented 1 year ago

Waiting for a pre-release tag to be uploaded on OpenUPM in order to test this ticket.

Source for package: https://openupm.com/packages/com.alttester.sdk/

iulianatodoran commented 1 year ago

Testing environment

Tests performed and results

Conclusion

The issue is fixed.

Closing the ticket.