Skip to content

Releases: atata-framework/atata

3.9.0

20 Jan 19:50

Choose a tag to compare

Changed

  • #863 Upgrade Selenium.WebDriver package reference to v4.40.0
  • #864 Upgrade Atata.WebDriverExtras package reference to v3.5.0

Links

3.8.0

11 Dec 19:37

Choose a tag to compare

Changed

  • #860 Upgrade Selenium.WebDriver package reference to v4.39.0
  • #861 Upgrade Atata.WebDriverExtras package reference to v3.4.0

Links

3.7.0

16 Oct 19:44

Choose a tag to compare

Changed

  • #858 Upgrade Selenium.WebDriver package reference to v4.36.0
  • #859 Upgrade Atata.WebDriverExtras package reference to v3.3.0

Links

3.6.0

22 Jun 20:51

Choose a tag to compare

Added

  • #856 Add ClickWithHold(double pressSeconds) method to Control<TOwner>

Changed

  • #855 Upgrade Selenium.WebDriver package reference to v4.33.0

Links

3.5.0

09 Apr 07:19

Choose a tag to compare

Changed

  • #851 Upgrade Selenium.WebDriver package reference to v4.31.0
  • #852 Upgrade Atata.WebDriverExtras package reference to v3.2.0

Links

3.4.0

26 Jan 12:02

Choose a tag to compare

Changed

  • #848 Upgrade Selenium.WebDriver package reference to v4.28.0
  • #849 Upgrade Atata.WebDriverExtras package reference to v3.1.0

Links

3.3.0

05 Nov 16:39

Choose a tag to compare

Changed

  • #844 Upgrade Selenium.WebDriver package reference to v4.26.1

Links

3.2.0

19 Jul 19:41

Choose a tag to compare

Changed

  • #840 Upgrade Selenium.WebDriver package reference to v4.23.0

Links

3.1.0

30 Apr 18:17

Choose a tag to compare

Added

  • #836 Add ExecuteSectionAsync methods to ILogManager
  • #837 Add SetupAsync and StepAsync methods to Report<TOwner>

Changed

  • #838 Upgrade Selenium.WebDriver package reference to v4.20.0

Links

3.0.0

16 Apr 07:55

Choose a tag to compare

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 of AtataContext to AtataContext.GlobalProperties
  • #824 Move BuildStart and BuildStartUtc static properties of AtataContext to AtataContext.GlobalProperties
  • #825 Move ModeOfCurrent static property of AtataContext to AtataContext.GlobalProperties
  • #827 Replace file path configuration of NLogFileConsumer with single WithFileNameTemplate method
  • #828 Update sanitization approach of TestInfo properties NameSanitized and SuiteNameSanitized
  • #829 Apply [FindByAlt] attribute to Image<TOwner> control
  • #833 Use Atata.WebDriverExtras package v3.0.0

New features

  • #826 Add ArtifactsPath property to AtataContext
  • #830 TableHeaderList<TItem, TOwner> with string indexer

Changes and enhancements

  • #816 Change additionalVariables parameter type in AtataContext.Fill*TemplateString methods
  • #818 Update default page snapshot file name template
  • #819 Change TakePageSnapshotLogSection log level from Info to Trace
  • #820 Change log level of "Starting" and "Finished" test log messages from Info to Debug
  • #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