Flutter-Buddies / tic_tac_no

Complex variants of tic-tac-toe game
MIT License
19 stars 10 forks source link

Add Integration tests #88

Closed mzdm closed 3 years ago

mzdm commented 3 years ago

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

slovnicki commented 3 years ago

You can have AIs play against eachother if you set both players to be PlayerType.ai