Skip to content

Releases: znsio/teswiz

teswiz v0.0.82

08 Jul 05:43
b9a5cef
Compare
Choose a tag to compare

Using Docker with Se v4 images for latest Chrome and Firefox browsers (supported for all OSes)
Automatic logging using AspectJ
More Appium 2.0 gesture support
Download app automatically if URL is provided in the capabilities file

What's Changed

New Contributors

Full Changelog: 0.0.81...0.0.82

teswiz v0.0.81

29 Jun 07:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.80...0.0.81

teswiz v0.0.80

21 Jun 11:12
770fd6c
Compare
Choose a tag to compare

Added support for Selenium 4.0, Appium 2.0, Applitools Eyes v5

Thanks to very important contributions from: @snehith07 , @MedhaGupta-Ril , @aamisharora1 , @raghavgarg1996 , @mukundgpt2025 , @ngourkar , @Darshan3S , @shubhangiBajpai, @nitin-vhanakaware , @grover-ankit11 and @ShamaUgale

Also, special thanks to @saikrishna321 , @SrinivasanTarget for their support

What's Changed

  • Add support for Selenium4, Appium2.0 and Applitools v5 SDK by @anandbagmar in #178

Full Changelog: 0.0.74...0.0.80

teswiz

16 Jun 12:13
26e8cbc
Compare
Choose a tag to compare

Updated dependency versions. Small enhancements for scrolling and handling a timeout issue for web tests

NOTE - this may be the last release of teswiz with Selenium 3 and Appium 1.x support. Next version will support Selenium 4 and Appium 2

What's Changed

  • Feature: Added a function to scroll into dynamic layer/inner window by @snehith07 in #163
  • Bump com.jayway.jsonpath:json-path from 2.7.0 to 2.8.0 by @dependabot in #168
  • Bump joda-time:joda-time from 2.12.2 to 2.12.4 by @dependabot in #167
  • Bump com.browserstack:browserstack-local-java from 1.0.6 to 1.0.7 by @dependabot in #165
  • Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 by @dependabot in #164
  • added- chrome options for selenium timeout issue test by @aamisharora1 in #175

Full Changelog: 0.0.73...0.0.74

teswiz

10 Mar 09:33
Compare
Choose a tag to compare

What's Changed

  • tests added for the multi user persona for android-android, web-andro… by @vishal07111998 in #162
  • Updated the image injection browserstack by @poojamanna18 in #154
  • added "file://" line to make cucumber report path as hyperlink by @vineetjoc in #161

New Contributors

Full Changelog: 0.0.72...0.0.73

teswiz

05 Mar 06:29
Compare
Choose a tag to compare

Clean up and refactoring in teswiz
Added support for running web tests in BrowserStack (thanks to @sameeksha-sahib )

What's Changed

  • Refactor and cleanup teswiz, ability to run web tests in BrowserStack by @anandbagmar in #153

Full Changelog: 0.0.71...0.0.72

teswiz

22 Feb 06:48
Compare
Choose a tag to compare

Updated tests
Added some unit tests
Added capability to upload file

teswiz

20 Jul 10:00
Compare
Choose a tag to compare

Added another method to do multi-ai-algorithm visual validation for mobile apps
Added new method in Driver - waitTillPresenceOfAllElements
Updated tests

teswiz

12 Jul 10:04
Compare
Choose a tag to compare

Support mobile emulation on Chrome
Changed TheApp apk - now supported for Mac on Intel chip and M1 chip

teswiz

01 Jul 06:34
Compare
Choose a tag to compare
  • Added a new flag in Applitools configuration to force fetching of the resources from the browser when running on UFG
  • Added methods in driver class to switch to next tab and parent tab
  • updated ATD version containing fix for CucumberScenarioListener - if there is an exception in the beforeScenario handler, the afterScenario is not called. Catch the exception in the beforeScenario and free the device in such a case.
  • moved tests into a different package than the teswiz source code