Atata.Configuration.Json 0.17.0 Released

September 5, 2018 by Yevgeniy Shunevych


Atata.Configuration.Json 0.17.0 has been released. Check the changelog.

Changelog

Breaking Changes

  • break #10 Remove mapping of DesiredCapabilities
  • break #11 Remove mapping of PhantomJSDriver

New Features

  • major #13 Add mapping of Base, ElementFind, Waiting, Verification timeout and interval
  • minor #15 Write config file path to log
  • major #16 Support {basedir} in service/driverPath

Changes and Enhancements

  • major #7 Use Selenium.WebDriver package v3.12.1
  • major #8 Use Atata.WebDriverExtras package v1.0.0
  • major #9 Use Atata package v0.17.0
  • minor #14 Deprecate mapping of RetryTimeout and RetryInterval
  • major #17 Use Newtonsoft.Json package v11.0.2

Fixes

  • fix #12 JsonConfig<TConfig>.Global and JsonConfig<TConfig>.Current can be set with incorrect values