Subscribe with RSS to keep up with the latest changes.
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
- Also reused base code from
- Fixed not wortking 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 withAllure.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
- Also reused base code from
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 andControlHasValidationErrorMatcher
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
madeIDisposable
, added optional execution parameters - Added
ITestReporter
interface for test reporters implementation - Added Readme
Fixes:
- Fixed broken AppDomain isolation