3.0.0
YevgeniyShunevych
released this
16 Apr 07:55
·
291 commits
to main
since this release
Breaking changes
- #808 Remove obsolete types and members related to
UIComponent
- #809 Remove obsolete logging/reporting members
- #810 Remove obsolete event handler types
- #811 Remove obsolete
AtataContextBuilder
methods - #812 Remove obsolete
AtataContext
members - #813 Remove obsolete attributes
- #814 Remove obsolete event types
- #815 Remove other obsolete type members
- #817 Remove screenshot consumers functionality
- #822 Extract Artifacts Root path out of Artifacts path
- #823 Move
TimeZone
instance property ofAtataContext
toAtataContext.GlobalProperties
- #824 Move
BuildStart
andBuildStartUtc
static properties ofAtataContext
toAtataContext.GlobalProperties
- #825 Move
ModeOfCurrent
static property ofAtataContext
toAtataContext.GlobalProperties
- #827 Replace file path configuration of
NLogFileConsumer
with singleWithFileNameTemplate
method - #828 Update sanitization approach of
TestInfo
propertiesNameSanitized
andSuiteNameSanitized
- #829 Apply
[FindByAlt]
attribute toImage<TOwner>
control - #833 Use Atata.WebDriverExtras package v3.0.0
New features
- #826 Add
ArtifactsPath
property toAtataContext
- #830
TableHeaderList<TItem, TOwner>
with string indexer
Changes and enhancements
- #816 Change
additionalVariables
parameter type inAtataContext.Fill*TemplateString
methods - #818 Update default page snapshot file name template
- #819 Change
TakePageSnapshotLogSection
log level fromInfo
toTrace
- #820 Change log level of "Starting" and "Finished" test log messages from
Info
toDebug
- #821 Change default log date/time format by cutting ten thousandths of a second
- #831 Remove navigation trace log entries
- #832 Use Selenium.WebDriver package v4.19.0