Atata v1.7.0 Release Notes

Release Date: 2020-08-27 // over 3 years ago
  • ๐Ÿš€ Check Atata 1.7.0 is Released blog post for major changes.

    ๐Ÿ†• New Features

    • #381 Ability to specify driver ports to ignore
    • #388 Add extra OrderedList<TOwner> and UnorderedList<TOwner> controls using TextListItem<TOwner>
    • #389 Add BeInAscendingOrder and BeInDescendingOrder verification extension methods
    • #390 Add TextListItem<TOwner> control

    ๐Ÿ”„ Changes and Enhancements

    • #377 Append preceding slash to XPath passed into ControlList's SelectDataByExtraXPath and SelectContentsByExtraXPath methods
    • ๐Ÿ— #379 Log DriverService port during AtataContext build
    • #382 Add parameterless generic AddLogConsumer method to AtataContextBuilder
    • ๐ŸŒฒ #383 Log: change <> characters to [] for collections
    • ๐ŸŒฒ #384 Log: write bool value in lower case

    ๐Ÿ›  Fixes

    • ๐Ÿ— #378 Driver service is not disposed when driver instance fails to create during building of AtataContext
    • #380 Assertion of empty ControlList<TItem, TOwner> takes extra time
    • #385 WaitTo and ExpectTo verifications are processed like Should (assertion) for UIComponent verification methods
    • #386 InnerException is lost when throwing NUnit.Framework.AssertionException
    • #387 Randomizer.GetString method fails when length is greater than 32

    ๐Ÿ”— Links

    ๐Ÿ“ฆ Atata 1.7.0 on NuGet
    ๐Ÿš€ Atata 1.7.0 is Released - Atata Blog