Releases: ShaftHQ/SHAFT_ENGINE
5.2.20210506
5.2.20210504
5.2.20210428
5.2.20210413
added support for native scrolling on Android devices when the screen has multiple scrollable elements
https://automatest.jfrog.io/artifactory/SHAFT_ENGINE/io/github/mohabmohie/SHAFT_ENGINE/5.2.20210413/
5.2.20210412
Major enhancements to Mobile Native App automation and the inclusion of the new BrowserStack API native integration.
Starting this version, you will be able to execute your tests seamlessly over BrowserStack by calling only one method. SHAFT_Engine will then upload and test your app over browserstack, and the report will include all the regular logs, steps, screenshots, animated gifs, and a full video recording of the entire execution!
5.1.20210311
5.1.20210309
Native Mobile applications performance improvements
https://automatest.jfrog.io/artifactory/SHAFT_ENGINE/io/github/mohabmohie/SHAFT_ENGINE/5.1.20210309
5.1.20210219
Report manager helper (#264) * Extracted all wait-related methods from ElementActions Signed-off-by: Mohab Mohie <[email protected]> * Merged Scrolling element into view with waiting for element visibility and hardened exception handling Signed-off-by: Mohab Mohie <[email protected]> * Merged Scrolling element into view with waiting for element visibility and hardened exception handling Signed-off-by: Mohab Mohie <[email protected]> * Merged Scrolling element into view with waiting for element visibility and hardened exception handling Signed-off-by: Mohab Mohie <[email protected]> * refactored to resolve code quality issues Signed-off-by: Mohab Mohie <[email protected]> * refactored to resolve code quality issues Signed-off-by: Mohab Mohie <[email protected]> * remove check for element visibility before scrolling Signed-off-by: Mohab Mohie <[email protected]> * implementing ReportManagerHelper to remove all unused public methods Signed-off-by: Mohab Mohie <[email protected]>
5.1.20210217
hotfix 1 (#261) . solve issue with fluent wait and visibility checks . fix google image locator . fix issue with extent report test creation with description . fix all failing tests Signed-off-by: Mohab Mohie <[email protected]>
5.1.20210213
Extent Report Extras (#253) * . Added ExtentReports to Configuration Manager Options . Attached ExtentReport inside Allure in the closure activities . Version bump . Added deployment commands to pom.xml . Added attachment support and SHAFT_Engine actions logging to extent report . Enhanced attachment handling and decreased method complexity . Fixed issue #240 Signed-off-by: Mohab Mohie <[email protected]> * . Minor issue fix with pom.xml . Preparing for release Signed-off-by: Mohab Mohie <[email protected]>