We need to have some kind of regression testing. To achieve that we're needing a test automation tool which allows us to raise input events (acting like an user) and checking events as well as the state of the game.
Acceptance Criteria
[x] The game files can be build with an integrated auto-test mode
[x] The auto-test mode simulates user interactions by invoking input commands
[x] An information dialog opens when the game starts in auto-test mode
Tests can be separated by files in the test folder(not needed)
[x] Test execution status will be printed on the developer console
[x] If all tests completed, then a second pagedialog with results will open
State Explanation
We need to have some kind of regression testing. To achieve that we're needing a test automation tool which allows us to raise input events (acting like an user) and checking events as well as the state of the game.
Acceptance Criteria
Tests can be separated by files in the test folder(not needed)second pagedialog with results will open