wg icon indicating copy to clipboard operation
wg copied to clipboard

Snapshot testing

Open naomijub opened this issue 3 years ago • 2 comments

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

naomijub avatar Aug 08 '21 16:08 naomijub

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

  • PSNR for image comparison. It sounds fancy, but the underlying formula is quite simple.

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

AlexEne avatar Aug 08 '21 18:08 AlexEne

Definitively sounds better than my other idea (openCV)

naomijub avatar Aug 08 '21 23:08 naomijub