Skip to content

Latest commit

 

History

History
145 lines (111 loc) · 4.46 KB

CHANGELOG.md

File metadata and controls

145 lines (111 loc) · 4.46 KB

Changelog

1.3.15 (planed March 2021)

1.3.13 (04.22.2021)

  • Extend Form capability added

1.3.12 (04.04.2021)

  • update log names
  • add description for First capital and As Is options for smart locators

1.3.11 (03.03.2021)

  • Switch to Lightsaber 2.1.13
  • Fix print column in a table matchers
  • Move Table Matchers to com.epam.jdi.light.elements.complex.table.matchers and rename TableMatcher > ColumnMatcher; Single > ValueMatcher
  • Make constructors public and fields protected
  • Add TableMatchersSettings
  • Set Deprecated for old matchers
  • Fix few table logs

1.3.10 (01.03.2021)

  • Fix issue with actions
  • Fix Grid header locators validation

1.3.9 (28.02.2021)

  • Fix beforeNewPage issue
  • Fix issues with getting private fields by forms and other elements
  • Fix print enum values in reports
  • Fix print conditions

1.3.8 (21.02.2021)

  • Fix print table search filters
  • Fix using default and Firefox capabilities from properties file
  • Add makeScreenshot and attach to allure step for elements and WebPage
  • Add checkIsNotChanged() method for WebPage
  • Fix headless from properties issue

##1.3.7 (17.02.2021)

  • Small bug fixing in Actions helper

1.3.5-6 (09.02.2021)

  • Stability fixes for collections: Switch to Lightsaber 2.1.11

1.3.4 (04.02.2021)

  • Switch to Lightsaber 2.1.8
  • Correct allure WebSettings
  • Add AllureLogger steps
  • Fix issue with version of junit-provider

1.3.3 (28.01.2021)

  • Add should verifications and Conditions to ICoreElement
  • Add NAME_TO_LOCATOR, DEFAULT_CONTEXT, MAP_FORM
  • Improve Allure Logging
  • Improve attachments to Allure log: Html Code, Screenshots, Error HTTP. Add infoStep() for after log data in any place (for example after test end)
  • Add "As Is" and "First capital" options for smart.name.to.locator
  • Add Selenoid remote run support
  • Add @MapToField annotation to map fields in forms

1.3.2 (04.01.2021)

  • Fix small add to WebList issue

1.3.1 (09.11.2020)

  • Fixed few small internal map issues

1.3.0 (25.10.2020)

  • Important parallelization and stability fix

1.2.24 (16.10.2020)

  • Bug fix for browserstack

1.2.22-23 (release 01.10.2020)

  • Fix table indexing for thead tbody tables

1.2.21 (release 01.10.2020)

  • Make Tables and Data Tables iterable
  • Fix @Step issue with JList
  • Fix and unify startIndex 0 or 1 for all iterable elements (WebList, JList, DataList, Table, DataTable etc.)
  • Add the interface HasStartIndex

1.2.20 (release 04.09.2020)

  • Add flow strategies for screenshots
  • Add flow strategies for elements highlights

1.2.19 (release 04.09.2020)

  • Bug fix

1.2.18 (release 28.08.2020)

  • Fix JDITalk
  • Fix some error messages
  • Improve WebList capabilities
  • Update aspectj to 1.9.5
  • Prepare 1.2.18 version
  • Add WaitAfterAction function (@WaitAfterAction)
  • Improve Allure steps logging

1.2.17 (release 13.08.2020)

  • Bug fix

1.2.16 (release 17.05.2020)

  • Add keyboard commands (press, command, commands, pasteText) to UIElement
  • Add option to take screenshot via Robot

1.2.15 (release 08.06.2020)

  • Fix list issue with multiple same values

1.2.14 (release 31.05.2020)

  • Update test properties description and capabilities

1.2.13 (release 25.05.2020)

  • Update version of AspectJ to 1.9.5. Support JDK 11

1.2.11 (release 23.05.2020)

  • Technical release

1.2.10 (release 21.05.2020)

  • Improve tables add footer support and few more locators in JTable #2009

1.2.9 (release 05.15.2020)

  • Improve bdd steps implementation

1.2.8 (release 05.09.2020)

  • While test fail Log current page url (if possible) and arguments values in fallen chain

1.2.7 (release 05.05.2020)

  • Add log option 'log.info.details' for different levels of the element details in logs #1917
  • Use methods in JDIAction (Step) in logs #1920
  • Fix issue #1916

1.2.6 (release 03.05.2020)

  • Add Menu2D

1.2.5 (release 01.05.2020)

  • Add is().expand() / is().collapsed() functionality for all dropdowns
  • Fix Smart Search identification for UI_AND_ELEMENTS option
  • Add click() method for all Sections
  • Add doubleClick(), rightClick(), dragAndDrop() methods for all elements (fot ICoreElement)

1.2.4 (release 31.04.2020)

  • Fix small issues with dropdowns isEmpty and isNotEmpty for invisible elements

1.2.3 (release 22.04.2020)

  • Add StartIndex setting #1888
  • Fix Download Driver issue. Always set X32 version for Windows #1889