Crates.io | test_ggez |
lib.rs | test_ggez |
version | 0.1.1 |
source | src |
created_at | 2021-07-24 21:31:00.195991 |
updated_at | 2021-07-24 21:55:13.077884 |
description | Screenshot testing for GGEZ Rust games |
homepage | |
repository | https://github.com/naomijub/rust-game-tutorial/tree/main/test_ggez |
max_upload_size | |
id | 426913 |
size | 19,973 |
A testing framework for GGEZ Games inpired by xray
See examples
folder in game
to understand usage.
main
threat is necessary for context.expected.png
to test_resources/<test name>/
with the captured screenshot.test_resources/<test name>/
:
actual.png
with the current screenshot.diff.png
with the difference between actual and expected.