You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).