Justtestlah Versions Save

Dynamic test framework for web and mobile applications

v1.10

2 years ago

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).

v1.10-RC1

2 years ago
  • Update JustTestLahRunner to match the current Cucumber version.
  • Fix broken initializing of page objects.
  • Avoid potential NPEs and improve logging.
  • Some quick fixes in justtestlah-demos.
  • Avoid using deprecated methods.

v1.9

3 years ago
  • BasePage.findImage now returns an implementation of WebElement
  • Some improvements and fixes in the visual testing demos
  • Updated to Cucumber 6 (6.7.0)
  • Updated (almost) all libraries
  • Improved the quickstart archetype
  • Updated the documentation
  • Use Cucumber reporting instead of Cluecumber plugin
  • Fix Javadoc issues
  • Remove Applitools integration

v1.9-RC4

3 years ago

v1.9-RC3

3 years ago
  • Fix Javadoc issues
  • Remove Applitools integration

v1.9-RC2

3 years ago
  • BasePage.findImage now returns an implementation of WebElement
  • Some improvements and fixes in the visual testing demos
  • Updated to Cucumber 6 (6.7.0)
  • Updated (almost) all libraries
  • Improved the quickstart archetype
  • Updated the documentation
  • Use Cucumber reporting instead of Cluecumber plugin

v1.9-RC1

3 years ago

v1.8

3 years ago

v1.8-RC3

4 years ago

1.8-RC2

4 years ago