Skip to content

Releases: ShaftHQ/SHAFT_ENGINE

5.2.20210506

06 May 07:13
9649aef

Choose a tag to compare

5.2.20210504

04 May 14:42

Choose a tag to compare

5.2.20210428

28 Apr 21:20
c0403a5

Choose a tag to compare

5.2.20210413

13 Apr 13:55
9edd926

Choose a tag to compare

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

12 Apr 09:27
bf0620a

Choose a tag to compare

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

11 Mar 08:42
a98e4fd

Choose a tag to compare

5.1.20210309

09 Mar 14:34
c0be889

Choose a tag to compare

5.1.20210219

19 Feb 14:54
7dfa027

Choose a tag to compare

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

17 Feb 22:50
c520c2f

Choose a tag to compare

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

13 Feb 17:28
c1dad38

Choose a tag to compare

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]>