Unicorn.Taf.Core 2.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Unicorn.Taf.Core --version 2.3.0
NuGet\Install-Package Unicorn.Taf.Core -Version 2.3.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="2.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Unicorn.Taf.Core --version 2.3.0
#r "nuget: Unicorn.Taf.Core, 2.3.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=2.3.0

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

Unicorn features: asserts with collection of matchers, self-describing test steps, 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 Visual studio VSIX adapter or console runner to run your tests.

     Supported platforms:
     - .NET Framework 4.5.2+

Product Compatible and additional computed target framework versions.
.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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 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.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 452 10/13/2022
3.1.0 426 7/11/2022
3.0.0 2,695 4/9/2022
2.5.0 521 10/26/2021
2.4.0 437 6/30/2021
2.3.0 453 2/27/2021
2.2.1 593 10/2/2020
2.2.0 1,498 11/23/2019
2.1.1 3,268 8/11/2019
2.1.0 1,324 8/9/2019

Waiter: ability to wait safely, small improvements.