Add Integration tests for ensuring that everything works as intended - when there's some change in the code we must manually visit and try most screens and also finish the game to ensure nothing broke. With integration tests, we could just run a command and it would play itself on the emulator/docker. I can try this someday
Add Integration tests for ensuring that everything works as intended - when there's some change in the code we must manually visit and try most screens and also finish the game to ensure nothing broke. With integration tests, we could just run a command and it would play itself on the emulator/docker. I can try this someday