AutomatedVisualTesting 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package AutomatedVisualTesting --version 1.1.1
NuGet\Install-Package AutomatedVisualTesting -Version 1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AutomatedVisualTesting" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AutomatedVisualTesting --version 1.1.1
#r "nuget: AutomatedVisualTesting, 1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install AutomatedVisualTesting as a Cake Addin
#addin nuget:?package=AutomatedVisualTesting&version=1.1.1

// Install AutomatedVisualTesting as a Cake Tool
#tool nuget:?package=AutomatedVisualTesting&version=1.1.1

Automated Visual Testing

Lots of tests rely on Selenium WebDriver and similar tools to automate end to end testing. Whilst this ensures elements are displayed 'somewhere' on a page, they do not guarantee that elements are exactly where they should be and looking as expected!

Using this 'Visual' approach tests can execute a lot quicker and ensure elements are rendered how we expect them to be rathan than the typical approach of trying to find each element to ensure things have loaded on to a page.

It is also necessary sometimes to check contents of files, which can be quite time consuming to open up pdf files to check that the contents are as expected. Using this framework it is also possible to save all pdf pages as images and compare those to previously saved pdf images to check for changes.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.0 16,292 7/16/2018
1.1.1 990 7/16/2018
1.1.0 947 7/16/2018
1.0.0 1,005 7/12/2018

Small update to provide example web page tests to show how to get up and running quickly with this framework. An app.config is now added to the the project enabling users to specify the directory where base images are stored as well as the directory to store generated difference images.