Flutter-Buddies / App

An app with community features like 'calendar of events' and a showcase of member created widgets
16 stars 18 forks source link

Add Integration tests #47

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

mzdm commented 3 years ago

Oops this was intended to https://github.com/Flutter-Buddies/tic_tac_no 😃