您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
GitHub 9cc64871 Remove pp submodule (#1770) 6 年前
..
Documentation Gfx test framework bootstrap 6 年前
Editor Merge pull request #1667 from Unity-Technologies/update-hdrp-test 6 年前
Runtime Fix issue in test framework image compare 6 年前
Tests Gfx test framework bootstrap 6 年前
.gitignore Gfx test framework bootstrap 6 年前
.gitlab-ci.yml Gfx test framework bootstrap 6 年前
.npmignore Gfx test framework bootstrap 6 年前
CHANGELOG.md Gfx test framework bootstrap 6 年前
CHANGELOG.md.meta Gfx test framework bootstrap 6 年前
CONTRIBUTIONS.md Gfx test framework bootstrap 6 年前
CONTRIBUTIONS.md.meta Gfx test framework bootstrap 6 年前
Documentation.meta Gfx test framework bootstrap 6 年前
Editor.meta Gfx test framework bootstrap 6 年前
LICENSE.md Gfx test framework bootstrap 6 年前
LICENSE.md.meta Gfx test framework bootstrap 6 年前
QAReport.md Gfx test framework bootstrap 6 年前
QAReport.md.meta Gfx test framework bootstrap 6 年前
README.md Gfx test framework bootstrap 6 年前
README.md.meta Gfx test framework bootstrap 6 年前
Runtime.meta Gfx test framework bootstrap 6 年前
Tests.meta Gfx test framework bootstrap 6 年前
package.json Remove pp submodule (#1770) 6 年前
package.json.meta Gfx test framework bootstrap 6 年前

README.md

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.