Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.08 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.08 KB

Visual Test Utils

Easily add visual regression testing to your test process

Package Version
VisualTestUtils NuGet Version
VisualTestUtils.AppConnector NuGet Version
VisualTestUtils.ImageHash NuGet Version
VisualTestUtils.MakickNet NuGet Version

Overview

This repo contains shared code for visual testing.

Current/intended clients include .NET MAUI SDK visual tests, VS UITools Hot Reload visual component tests, and Example Framework example visual tests.

How to build

In brief, run init.ps1 then open the solution. For details see Contibuting