您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
Peter Bay Bastian 19575c98 Update test case provider path handling to work properly with new .net runtime. (#1862) 6 年前
..
Documentation~ Gfx test framework bootstrap 6 年前
Editor Convert LW / Core RP tests into pacakges (#1829) 6 年前
Runtime Update test case provider path handling to work properly with new .net runtime. (#1862) 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 Bump version for <next> release 6 年前
CHANGELOG.md.meta Gfx test framework bootstrap 6 年前
CONTRIBUTIONS.md Gfx test framework bootstrap 6 年前
CONTRIBUTIONS.md.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 Bump version for <next> release 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.