Skip to content

3.0.0

Compare
Choose a tag to compare
@YevgeniyShunevych YevgeniyShunevych released this 16 Apr 07:55
· 7 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 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