Unicorn.Taf.Core 3.2.0

dotnet add package Unicorn.Taf.Core --version 3.2.0
NuGet\Install-Package Unicorn.Taf.Core -Version 3.2.0
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="Unicorn.Taf.Core" Version="3.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Unicorn.Taf.Core --version 3.2.0
#r "nuget: Unicorn.Taf.Core, 3.2.0"
#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 Unicorn.Taf.Core as a Cake Addin
#addin nuget:?package=Unicorn.Taf.Core&version=3.2.0

// Install Unicorn.Taf.Core as a Cake Tool
#tool nuget:?package=Unicorn.Taf.Core&version=3.2.0

Unicorn is test automation framework which provides wide spectrum of functionality out of box to start efficient test automation process in short terms.
     Unicorn features: asserts with collection of matchers, functionality for test steps implementation, parameterized tests and suites, tests dependency.
     This package includes core of unicorn automation framework, which is referenced by your tests. You will need to install nuget test adapter or console runner to run your tests.

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net452 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Unicorn.Taf.Core:

Package Downloads
Unicorn.UI.Core

Unicorn.UI.Core is extension of Unicorn test automation framework which allows to use in tests implementations of specific UI extensions or develop custom ones. Unicorn UI Core features: Common controls interfaces, UI matchers for common controls, synchronization methods (waits), core for different UI implementations. This package includes UI core of unicorn automation framework.

Unicorn.ReportPortalAgent

Unicorn.ReportPortalAgent is Unicorn test automation framework extension which allows to report your tests execution into EPAM ReportPortal. This package includes ready for use implementation of EPAM ReportPortal extension which is referenced by your tests. You will need to deploy EPAM ReportPortal within your infrastructure to report your tests there.

Unicorn.UI.Desktop

Unicorn Desktop features: Ready for use realizations of common controls, extended page object features. This package includes realization of desktop GUI interaction which is based on UIAutomation library. Supported platforms: - .NET Framework 4.5.2+

Unicorn.Backend

Unicorn.Backend is test automation framework extension which provides ready for use implementation of interaction with backend. Unicorn Backend features: Ready for use implementation of interaction with backend, corresponding matchers.

Unicorn.AllureAgent

Unicorn.AllureAgent is Unicorn test automation framework extension which allows to report your tests execution into Allure report. This package includes ready for use implementation of Allure extension which is referenced by your tests.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.2.0 446 10/13/2022
3.1.0 426 7/11/2022
3.0.0 2,666 4/9/2022
2.5.0 520 10/26/2021
2.4.0 436 6/30/2021
2.3.0 453 2/27/2021
2.2.1 593 10/2/2020
2.2.0 1,496 11/23/2019
2.1.1 3,243 8/11/2019
2.1.0 1,324 8/9/2019

New framework logger, isolated test events calls, extended BugAttribute, non-serializable TestOutcome.Exception.