Regression Tests Automated
Summary:
Regression tests that can be run to make sure existing features and functionality are not broken on new merge requests.
What is the Feature Request in Detail?:
Performing regression tests on the Java Android side would be fairly easy and simple to do and add. But figuring out how to automate tests for the game is much more difficult. Still it seems it could be done with the server version of Godot.
Have you thought of alternative implementations?:
Running the game on a Android VM and performing black box testing, but I think that would be too difficult.
Will this impact other features?:
Yes, as all existing and new features will need to not break the test and will need to have tests added.
Mockups:
Do you plan to start a PR for this feature?:
Not sure yet maybe after CI is working.
Edited by FeralBytes