Unicorn.Taf.Core
2.1.0
See the version list below for details.
dotnet add package Unicorn.Taf.Core --version 2.1.0
NuGet\Install-Package Unicorn.Taf.Core -Version 2.1.0
<PackageReference Include="Unicorn.Taf.Core" Version="2.1.0" />
paket add Unicorn.Taf.Core --version 2.1.0
#r "nuget: Unicorn.Taf.Core, 2.1.0"
// Install Unicorn.Taf.Core as a Cake Addin #addin nuget:?package=Unicorn.Taf.Core&version=2.1.0 // Install Unicorn.Taf.Core as a Cake Tool #tool nuget:?package=Unicorn.Taf.Core&version=2.1.0
Unicorn TAF Core
Product | Versions 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. |
-
- AspectInjector (>= 1.0.2)
- Newtonsoft.Json (>= 10.0.1)
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.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. |
|
Unicorn.Reporting.TestIT
Unicorn.Reporting.TestIT is Unicorn test automation framework extension which allows to report your tests execution into TestIT TMS. This package includes ready for use implementation of TestIT extension which is referenced by your tests. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Rework of taf core. Added configurable tests adapter. Introduced new testing logic: parameterized tests and suites. Improved assertions and implemented Type safe matchers. Added bunch of utilities.