Releases: znsio/teswiz
teswiz v0.0.82
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
- Bump gradle/gradle-build-action from 2.4.2 to 2.5.0 by @dependabot in #217
- [Teswiz-Upgrade] Updated Documentation & Readme file by @snehith07 in #218
- Bump com.applitools:eyes-appium-java5 from 5.57.0 to 5.58.0 by @dependabot in #222
- Bump com.applitools:eyes-selenium-java5 from 5.57.0 to 5.58.0 by @dependabot in #223
- Bump gradle/gradle-build-action from 2.5.0 to 2.5.1 by @dependabot in #224
- [New Implementation] Drag and Drop action by @MedhaGupta-Ril in #225
- implementation for DoubleTap action in teswiz by @Darshan3S in #221
- Implementation for longPress action in teswiz by @nitin-vhanakaware in #227
- Docker support to work with latest browser versions by @anandbagmar in #234
- [Issue-Fix]: Updated scroll in dynamic layer method to use dimensions of inner dropdown by @snehith07 in #237
- Implementing flick action in ajio mobile by @raghavgarg1996 in #241
- Changing access modifier from public to private by @raghavgarg1996 in #243
- Automatic logging via aspectJ by @anandbagmar in #242
- Horizontal swipe with gesture Plugin by @Darshan3S in #238
- Download app if URL is provided by @anandbagmar in #236
New Contributors
- @Darshan3S made their first contribution in #221
- @nitin-vhanakaware made their first contribution in #227
Full Changelog: 0.0.81...0.0.82
teswiz v0.0.81
What's Changed
- Updating teswiz documentation for v0.0.80 by @shubhangiBajpai in #200
- Enhancement Todo : Added logic to get device name from browser config json by @ngourkar in #199
- [teswiz-upgrade] Added a Test for Swipe gestures by @snehith07 in #208
- Resolved TODO loggingPrefs for firefox. by @mukundgpt2025 in #209
- Implemented setAttributeValue method in driver class by @grover-ankit11 in #216
- Fix running tests in the cloud by @anandbagmar in #213
New Contributors
- @shubhangiBajpai made their first contribution in #200
- @grover-ankit11 made their first contribution in #216
Full Changelog: 0.0.80...0.0.81
teswiz v0.0.80
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
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
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
- @vineetjoc made their first contribution in #161
Full Changelog: 0.0.72...0.0.73
teswiz
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
Updated tests
Added some unit tests
Added capability to upload file
teswiz
Added another method to do multi-ai-algorithm visual validation for mobile apps
Added new method in Driver - waitTillPresenceOfAllElements
Updated tests
teswiz
Support mobile emulation on Chrome
Changed TheApp apk - now supported for Mac on Intel chip and M1 chip
teswiz
- 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