Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 604 Bytes

File metadata and controls

13 lines (8 loc) · 604 Bytes

Graphics Tests Framework

This package provides a foundation for writing tests for Graphics features in Unity projects.

Currently it contains:

  • ImageAssert, for doing image renders and comparisons with reference images
  • Automatic collection and deployment of reference images
  • Automatic generation of tests from scenes in the project

It's currently a bit rough, but as improvments to Unity's test framework are made we should be able to make it nicer, as well as expand the functionality it offers.

See the Documentation for more information.