Releases: testdevlab/TestRay
Releases · testdevlab/TestRay
v1.2.1
What's Changed
- fix: fixes for scroll_until_element_visible by @TDL-EdgarsEglitis in #62
- fix: convert app value for launch_app/terminate_app by @TDL-EdgarsEglitis in #64
- fix: update close_app implementation by @TDL-EdgarsEglitis in #65
- fix: prevent rare cases where click action can be skipped by @TDL-EdgarsEglitis in #63
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- feat: support fractional offsets in
clickaction by @TDL-EdgarsEglitis in #53 - feat: add
testray versioncommand by @TDL-EdgarsEglitis in #55 - feat: add
handle_ios_alertaction by @TDL-EdgarsEglitis in #54 - feat: add
update_settingsaction by @TDL-EdgarsEglitis in #56 - feat: add
execute_scriptaction by @TDL-EdgarsEglitis in #58 - feat: add
swipe_on_elementaction by @TDL-EdgarsEglitis in #57 - feat: add
scroll_until_element_visibleaction by @TDL-EdgarsEglitis in #59 and #61 - fix: remove necessity for
appPackage/bundleIdfor Android/iOS capabilities by @FilipsMudulis in #51 - fix: adjust variable name in error message by @TDL-EdgarsEglitis in #52
New Contributors
- @FilipsMudulis made their first contribution in #51
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- feat: add selenium method to get source by @alvarolaserna in #22
- feat: support variables for case names in Type: case by @r-eih in #23
- feat: allow specifying Appium server and client ports in config/case file by @r-eih in #23
- feat: support variables for Environment, PreCases, AfterCases, If_Case, Do_Case, Else_Case by @r-eih in #24
- feat: bump selenium-webdriver dependency to 4.4.0 (compatibility with Selenium Grid 4) by @alvarolaserna in #37
- fix: fix overwrite of after case error when there is an error in main case by @alvarolaserna in #25
- fix: fix for running on Apple simulators by @alvarolaserna in #28
- fix: support variables for multiple environments by @MartinsGrinfelds in #29
- fix: fix url base path for Appium 2 by @alvarolaserna in #38 and #49
- fix: remove app management methods without app ID by @TDL-EdgarsEglitis in #43
- fix: replace TouchActions with W3C action chains by @TDL-EdgarsEglitis in #45
- fix: fix sendkeys/clear with NoRaise by @TDL-EdgarsEglitis in #46
- fix: speed up click actions by @TDL-EdgarsEglitis in #47
- fix: avoid unnecessary value conversion in loop by @TDL-EdgarsEglitis in #47
- docs: add type descriptions in readme by @alvarolaserna in #26
New Contributors
- @r-eih made their first contribution in #23
- @MartinsGrinfelds made their first contribution in #29
Full Changelog: v1.0.3...v1.1.0
v1.0.3
- Change
close_appto minimise the current app instead of terminating it (overlap withterminate_app) - Improve
launch_appandterminate_appto allow specifying the app package / bundle id - Improve
switch_frameto allow using locator strategy+id instead of frame index - Update documentation
v1.0.2
- Allow specifying the subprocess type for
commandactions - Fix issue with recording screen when using two platforms in the same test
- Fix issue when using a custom name for the screen recording video file
- Update documentation
v1.0.1
Several bug fixes and browser support:
- Fixed bug when no app is added to config file
- Fixed old dependencies
- Fix conversion of variables in some Action fields
- Added support for browsers: Firefox, IE, Edge (not chromium), Safari
v1.0.0
First public release of TestRay!