Releases: atata-framework/atata
Releases · atata-framework/atata
3.6.0
Added
- #856 Add
ClickWithHold(double pressSeconds)
method toControl<TOwner>
Changed
- #855 Upgrade Selenium.WebDriver package reference to v4.33.0
Links
- Atata 3.6.0 on NuGet
- Atata 3.6.0 is Released - Atata Blog
- Full Changelog: v3.5.0...v3.6.0
3.5.0
Changed
- #851 Upgrade Selenium.WebDriver package reference to v4.31.0
- #852 Upgrade Atata.WebDriverExtras package reference to v3.2.0
Links
- Atata 3.5.0 on NuGet
- Atata 3.5.0 is Released - Atata Blog
- Full Changelog: v3.4.0...v3.5.0
3.4.0
Changed
- #848 Upgrade Selenium.WebDriver package reference to v4.28.0
- #849 Upgrade Atata.WebDriverExtras package reference to v3.1.0
Links
- Atata 3.4.0 on NuGet
- Atata 3.4.0 is Released - Atata Blog
- Full Changelog: v3.3.0...v3.4.0
3.3.0
Changed
- #844 Upgrade Selenium.WebDriver package reference to v4.26.1
Links
- Atata 3.3.0 on NuGet
- Atata 3.3.0 is Released - Atata Blog
- Full Changelog: v3.2.0...v3.3.0
3.2.0
Changed
- #840 Upgrade Selenium.WebDriver package reference to v4.23.0
Links
- Atata 3.2.0 on NuGet
- Atata 3.2.0 is Released - Atata Blog
- Full Changelog: v3.1.0...v3.2.0
3.1.0
Added
- #836 Add
ExecuteSectionAsync
methods toILogManager
- #837 Add
SetupAsync
andStepAsync
methods toReport<TOwner>
Changed
- #838 Upgrade Selenium.WebDriver package reference to v4.20.0
Links
- Atata 3.1.0 on NuGet
- Atata 3.1.0 is Released - Atata Blog
- Full Changelog: v3.0.0...v3.1.0
3.0.0
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
Links
2.14.1
Fixes
- #807 Composite XPath query of
FindByLabelStrategy
doesn't take into accountIdXPathForLabelAttribute
Links
2.14.0
Breaking changes
- #802 Remove
FileScreenshotConsumerBase.ImageFormat
property
New features
- #805 Add
UseSpecFlowNUnitFeatures
method toAtataContextBuilder
Changes and enhancements
- #801 Rework verification error handling and logging
- #803 Use Selenium.WebDriver package v4.16.2
- #804 Update
Stringifier
to return char value as string wrapped with quotes - #806 Dispose driver safely in
AtataContext
Fixes
- #799 Possible bug for
[TermAttribute]
with multiple params values - #800 Warnings can be not included in error message for NUnit
Links
2.13.0
New features
- #794 Add driver creation retry functionality
- #795 Add
SetAsCurrent
method toAtataContext
- #796 Add driver initial health check functionality
- #797 Replace log consumer configuration method
WithoutSectionFinish()
withWithSectionEnd(LogSectionEndOption logSectionEnd)
- #798 Add
OnRefreshed
navigation method