Eyes.Common
1.5.0
Prefix Reserved
See the version list below for details.
Install-Package Eyes.Common -Version 1.5.0
dotnet add package Eyes.Common --version 1.5.0
<PackageReference Include="Eyes.Common" Version="1.5.0" />
paket add Eyes.Common --version 1.5.0
#r "nuget: Eyes.Common, 1.5.0"
// Install Eyes.Common as a Cake Addin
#addin nuget:?package=Eyes.Common&version=1.5.0
// Install Eyes.Common as a Cake Tool
#tool nuget:?package=Eyes.Common&version=1.5.0
Applitools Eyes adds automated visual validation to your automated tests.
With Applitools Eyes, you can automatically validate the correctness of your application's UI layout, content and appearance.
To learn more, visit https://applitools.com/ .
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETCoreApp 2.1
- Newtonsoft.Json (>= 12.0.3)
- System.Drawing.Common (>= 5.0.0)
- System.Net.Http (>= 4.3.4)
-
.NETCoreApp 3.0
- Newtonsoft.Json (>= 12.0.3)
- System.Drawing.Common (>= 5.0.0)
- System.Net.Http (>= 4.3.4)
-
.NETCoreApp 3.1
- Newtonsoft.Json (>= 12.0.3)
- System.Drawing.Common (>= 5.0.0)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.5
- Newtonsoft.Json (>= 12.0.3)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.5.2
- Newtonsoft.Json (>= 12.0.3)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.6.2
- Newtonsoft.Json (>= 12.0.3)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.7.2
- Newtonsoft.Json (>= 12.0.3)
- System.Net.Http (>= 4.3.4)
-
.NETFramework 4.8
- Newtonsoft.Json (>= 12.0.3)
- System.Net.Http (>= 4.3.4)
-
.NETStandard 2.0
- Newtonsoft.Json (>= 12.0.3)
- System.Drawing.Common (>= 5.0.0)
- System.Net.Http (>= 4.3.4)
-
.NETStandard 2.1
- Newtonsoft.Json (>= 12.0.3)
- System.Drawing.Common (>= 5.0.0)
- System.Net.Http (>= 4.3.4)
-
net5.0
- Newtonsoft.Json (>= 12.0.3)
- System.Drawing.Common (>= 5.0.0)
- System.Net.Http (>= 4.3.4)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
### Added
- `SaveFailedTests` Configuration property
- `SessionStartInfo` moved here and was added `AgentSessionId` property
- `TestStatusResult` enum was added `NotOpened`
- .NET 5.0 support
### Updated
- `MatchWindow` is now async also in `ClassicRunner` [Trello 2092](https://trello.com/c/gulak9SJ)
- New logging system [Trello 2395] (https://trello.com/c/NuhnOCD6)