rust-gamedev / wg

Coordination repository of the Game Development Working Group
504 stars 10 forks source link

Snapshot testing #107

Open naomijub opened 2 years ago

naomijub commented 2 years ago

A few weeks ago I created this crate/repository to UI test a game that I was working on and I would really like ideas to improve the UI testing crate. https://github.com/naomijub/rust-game-tutorial/tree/main/test_ggez

AlexEne commented 2 years ago

One thing I'd sugges that you'd probably want to look into:

It helps with small variations you may get on different platforms you run the tests on.

naomijub commented 2 years ago

Definitively sounds better than my other idea (openCV)