Releases: martinschneider/justtestlah
Releases · martinschneider/justtestlah
Release 1.10
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, theIMAGE
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).
Release 1.10-RC1
- 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.
Release 1.9
- 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
Release 1.9-RC4
v1.9-RC4 Release 1.9-RC4
Release 1.9-RC3
- Fix Javadoc issues
- Remove Applitools integration
Release 1.9-RC2
- 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
Release 1.9-RC1
v1.9-RC1 Release 1.9-RC1
Release 1.8
v1.8 Release 1.8
Release 1.8-RC3
Mostly improvements to the logging capabilities as described in https://medium.com/@mart.schneider/tweaking-your-ui-automation-logs-5620b051969b
Release 1.8-RC2
Small fixes and changes for AWS Devicefarm execution