Unicorn.TAF logo Unicorn.TAF

Subscribe with RSS to keep up with the latest changes.

UI.Core 4.1.0

March 25, 2025 minor

Release with support of Taf.Core 4.2.0 and addition of behavioral interfaces and matchers

Features:

  • Added extensions for controls list (Unicorn.UI.Core.Extensions.ControlsListExtensions)
    • get control from list by its text (GetByText)
    • determine if there is a control with specified text in list (AnyWithText)
    • get control from list where specified attribute contains expected value (GetByAttributeContains)
    • determine if there is a control with specified attribute containing expected value (AnyWithAttributeContains)
  • Added more behavioral interfaces and some corresponding matchers
    • IHasTitle interface + corresponding HasTitle matcher
    • IHasItems interface + corresponding HasItems and HasExactlyItems matchers
    • IDraggable interface
  • Added more UI wait conditions
    • Until.HasAttribute
    • Until.DoesNotHaveAttribute
    • Until.HasText
    • Until.ContainsText
    • Until.DoesNotContainText

TestAdapter 5.0.0

March 18, 2025 major

The release addressed to removing of dependency on BinaryFormatter and corresponding vulnerability CWE-502, now JsonSerializer is used instead to pass data between load contexts in netcore implementation.

[BREAKING] Support only of of Taf.Core v4.2.0+

Features:

  • Added test attachments to test results
  • TestOutcome.Output is reported as Standard Output in test results

Fixes:

  • BinaryFormatter replaced with JsonSerializer to pass data between load contexts in netcore implementation

Reporting.ReportPortal 4.0.1

March 18, 2025 patch

Release aimed to fix reporting when Taf.Core 4.2.0+ used

Fixes:

  • Fixed broken reporting for Taf.Core 4.2.0+

Reporting.Allure 3.0.1

March 18, 2025 patch

Release aimed to fix reporting when Taf.Core 4.2.0+ used

Features:

  • More informative links names for defects and test cases

Fixes:

  • Fixed broken reporting for Taf.Core 4.2.0+

Taf.Core 4.2.0

March 17, 2025 minor

Features:

  • Added support of JSON Serialization by launch, suite and test outcomes » prework for fix of CWE-502
  • Added utilities for string and collections comparison with enhanced output

Backend 3.1.0

March 13, 2025 minor

Features:

  • Support of Unicorn.Taf.Core 4.1.0
  • Added basic SOAP services support with matchers
    • HasNodeWithValueMatcher
    • HasNodesCountMatcher
    • HasNodeMatchingXPathMatcher
    • EachNodeHasChildMatcher
  • Added matcher for REST responses to check list of values by specified JSONPath (HasTokensListWithValuesMatcher)
  • Added implementations of basic service sessions mechanisms
    • Bearer Token
    • Basic Auth

Taf.Core 4.1.0

March 06, 2025 minor

Features:

  • Added ‘CloseTo’ matchers group (DateTimeIsCloseToMatcher, TimeSpanIsCloseToMatcher, DoubleIsCloseToMatcher) for DateTime, TimeSpan and double types considering acceptable epsilon on comparison
  • Added Assert.Throws assertion method to check for expected thrown exceptions
  • Improved readability of assertion steps and core matchers descriptions

Fixes:

  • Fixed issue with logging of some messages with curly braces by DefaultConsoleLogger

UI.Win 4.0.0

December 08, 2024 major

Major release of UI.Win library with support of TAF v4

Features:

  • [BREAKING] The library retargeted to net462 and net6.0-windows
  • [BREAKING] Support of Taf.Core 4.0.0 and UI.Core 4.0.0
  • [BREAKING] Removed obsolete WinControlExtension
  • Added Readme

Fixes:

  • [BREAKING] Fixed typo in WebScreenshotTaker.ScribeToTafEvents
    • Also reused base code from ScreenshotTakerBase
  • Fixed not working screenshotter for .net

Reporting.TestIT 2.0.0

December 06, 2024 major

Major release of Reporting.TestIT library with support of TAF v4

Features:

  • [BREAKING] Support of Taf.Core 4.0.0
  • [BREAKING] Reporter instance renamed to TestItReporter to match other reporters style

Reporting.Allure 3.0.0

December 06, 2024 major

Major release of Reporting.Allure library with support of TAF v4 and retargeted to netstandard 2.0

Features:

  • [BREAKING] Rename of the package to Unicorn.Reporting.Allure
  • [BREAKING] The library retargeted to netstandard2.0
  • [BREAKING] Support of Taf.Core 4.0.0
  • [BREAKING] Dependency on legacy Allure.Commons replaced with Allure.Net.Commons
  • Added Readme

UI.Web 4.1.0

December 04, 2024 major

Major release of UI.Web library with support of TAF v4

Features:

  • [BREAKING] The library retargeted to netstandard2.0
  • [BREAKING] Support of Taf.Core 4.0.0 and UI.Core 4.0.0
  • [BREAKING] Removed obsolete WebControlExtension
  • Added Readme

Fixes:

  • [BREAKING] Fixed typo in WebScreenshotTaker.ScribeToTafEvents
    • Also reused base code from ScreenshotTakerBase

UI.Core 4.0.0

December 04, 2024 major

Major release of UI.Core library with support of TAF v4 and bugfixes

Features:

  • [BREAKING] The library retargeted to netstandard2.0
  • [BREAKING] Support of Taf.Core 4.0.0
  • [BREAKING] Added IHasValueValidation interface and ControlHasValidationErrorMatcher to check if there are validation errors for given control
  • Added Readme

Fixes:

  • [BREAKING] Fixed ImplicitWait restore to default 30 seconds
  • [BREAKING] Fixed typo in ScreenshotTakerBase method for subscription to TAF Events

TestAdapter 4.0.0

December 04, 2024 major

Support of Taf.Core v4, features and bugfixes, retarget to net462 and netcoreapp3.1.

Features:

  • Added ability to parameterize test results directory
  • Added package readme

Fixes:

  • Skipped tests discovery for assemblies not referencing test adapter

Taf.Core 4.0.0

December 04, 2024 major

Major release of Taf.Core library

Features:

  • [BREAKING] The library retargeted to netstandard2.0
  • [BREAKING] Removed obsolete code (Logger, IsPositiveMatcher, TrxCreator)
  • [BREAKING] Get rid of mandatory inheritance of test suites classes from TestSuite, suite name now is not mandatory parameter of [Suite]
  • [BREAKING] All framework events combined at one place TafEvents
  • Added test step fail event OnStepFail
  • Improved error message in case of test skip to make it easier to determine skip reason
  • Added OfType matcher
  • Added Readme

Fixes:

  • Fixed issue when custom format is ignored in Step description

Reporting.ReportPortal 4.0.0

December 04, 2024 major

Major release of Reporting.ReportPortal library with support of TAF v4 and retargeted to netstandard 2.0

Features:

  • [BREAKING] Rename of the package to Unicorn.Reporting.ReportPortal
  • [BREAKING] The library retargeted to netstandard2.0
  • [BREAKING] Support of Taf.Core 4.0.0
  • Added method for log messages sending to currently executing test
  • Added Readme

Backend 3.0.0

December 04, 2024 major

Major release of Backend library with support of TAF v4 and retargeted to netstandard 2.0

Features:

  • [BREAKING] The library retargeted to netstandard2.0
  • [BREAKING] Support of Taf.Core 4.0.0
  • Replaced legacy logger with ULog
  • Bump Newtonsoft.Json version up to 13.0.3
  • Added Readme

Taf.Api 1.2.0

November 30, 2024 major

Major release of TAF API with isolation fixes and new interfaces

Features:

  • [BREAKING] The library retargeted to net462, netcoreapp3.1 and netstandard2.0
  • [BREAKING] IExtension made IDisposable, added optional execution parameters
  • Added ITestReporter interface for test reporters implementation
  • Added Readme

Fixes:

  • Fixed broken AppDomain isolation