Skip to content

Release 1.10

Latest
Compare
Choose a tag to compare
@martinschneider martinschneider released this 31 Dec 08:36
· 341 commits to master since this release
8a33fbe

Features

  • Simplify image matching by implementing an OPENCV locator strategy (see qa.justtestlah.base.ByImage and qa.justtestlah.base.ImageWebElement). This works differently from Appium's image locator by performing the check on the client machine (i.e. where the test runs) and not the Appium server. It requires OpenCV and, currently, only works with Selenium. For Appium, the IMAGE locator type can be used.
  • Update Selenium to 4, Appium to 8 and Cucumber to 7.
  • Update all other libraries to the latest available version.

Documentation

  • Update and simplify the README.
  • Maintain the demos.
  • Add a JustTestLah! logo.

Testing

  • Add various integration tests to the build pipeline (Android test with Appium, Firefox/Opera tests, Maven archetype test).