Skip to content

1.19

Compare
Choose a tag to compare
@kulin24 kulin24 released this 19 Feb 09:03
· 92 commits to master since this release
  • Upgraded QAF version to 2.1.14. Important: This version contains a bug fix for the multiple-device driver close issue that was present in version 2.1.13.
  • Upgraded selenium version to 3.14.0 and Appium java-client version to 6.1.0 as recommended in cloud release 18.7.
  • Changed the PDF download solution for a single test report to the latest APIs.
  • For the test failures for only verification fails there was no throwable exception and that was resulting in unknowns in the test results. Added a condition to check and report the testStop without exception in cases of verification failures.
  • FailureReasons.json file not found exception stack trace removed in cases of the missing file. (Github Issue 54)
  • Bug fix for Github issue for the step definition parameters passed as regex strings. (Github Issue 55)
  • Changes in the AppiumUtils class for swipe and long press methods as there are changes in the Appium's implementation of these Touch Actions.