feat(test): add visual regression testing

Will upload screenshots on failure.
This commit is contained in:
Leroy Hopson 2024-04-07 00:00:00 +13:00
parent 898d49e392
commit 3ca272c615
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
10 changed files with 105 additions and 1 deletions

View file

@ -5,3 +5,4 @@ extends "res://addons/gd-plug/plug.gd"
func _plugging():
plug("bitwes/Gut", {tag = "v9.2.0"})
plug("lihop/godot-pixelmatch", {tag = "v2.0.0", include = ["addons/pixelmatch"]})