robotframework-zoomba

Extended Robot Framework libraries to make testing GUI, REST/SOAP API, Mobile, and Windows Desktop easier.

APACHE-2.0 License

Stars
138
Committers
18

Bot releases are visible (Hide)

robotframework-zoomba - Zoomba 2.13.2

Published by release-drafter[bot] over 2 years ago

What’s Changed

🚀 Features

  • API LIB | Allow for lists to be sorted before validation with "sort_lists" flag (#256) @Wolfe1

🧰 Maintenance

  • Bump msedge-selenium-tools from 3.141.3 to 3.141.4 (#251) @dependabot
  • Add issues templates to repo (#253) @Wolfe1
robotframework-zoomba - Zoomba 2.13.1

Published by release-drafter[bot] almost 3 years ago

What’s Changed

🧰 Maintenance

  • Bump requests from 2.27.0 to 2.27.1 (#247) @dependabot
robotframework-zoomba - Zoomba 2.13.0

Published by github-actions[bot] almost 3 years ago

What’s Changed

🐛 Bug Fixes

  • Fixed open_application not always starts app remotely (#243) Thanks @mengelskirchen 🎉

🧰 Maintenance

  • Bump requests from 2.26.0 to 2.27.0 (#246) @dependabot
  • Bump psutil from 5.8.0 to 5.9.0 (#245) @dependabot
  • Update release-drafter.yml (#242) @Wolfe1
  • Bump robotframework from 4.1.2 to 4.1.3 (#240) @dependabot
robotframework-zoomba - Zoomba 2.12.7

Published by github-actions[bot] almost 3 years ago

What’s Changed

🧰 Maintenance

  • Bump robotframework-sudslibrary-aljcalandra from 1.1.3 to 1.1.4 (#239) @dependabot
robotframework-zoomba - Zoomba 2.12.6

Published by github-actions[bot] almost 3 years ago

What’s Changed

  • robotframework-sudslibrary-aljcalandra==1.1.3 (#238) @Wolfe1
robotframework-zoomba - Zoomba 2.12.5

Published by github-actions[bot] almost 3 years ago

What’s Changed

🐛 Bug Fixes

  • Fix wait until enabled/disabled (#236) @Wolfe1
robotframework-zoomba - Zoomba 2.12.4

Published by release-drafter[bot] about 3 years ago

What’s Changed

🧰 Maintenance

  • Bump robotframework from 4.1.1 to 4.1.2 (#232) @dependabot
robotframework-zoomba - Zoomba 2.12.3

Published by github-actions[bot] about 3 years ago

What’s Changed

🧰 Maintenance

  • Bump robotframework-requests from 0.9.1 to 0.9.2 (#229) @dependabot
  • Bump robotframework-appiumlibrary from 1.6.2 to 1.6.3 (#227) @dependabot
robotframework-zoomba - Zoomba 2.12.2

Published by release-drafter[bot] about 3 years ago

What’s Changed

🧰 Maintenance

  • Bump robotframework from 4.1 to 4.1.1 (#226) @dependabot
  • Add testing for python 3.10, remove testing for 3.6
robotframework-zoomba - Zoomba 2.12.1

Published by release-drafter[bot] about 3 years ago

What’s Changed

🐛 Bug Fixes

  • "xapth" Typo Fix (#225) @Wolfe1
robotframework-zoomba - Zoomba 2.12.0

Published by release-drafter[bot] about 3 years ago

What’s Changed

  • While working on getting proper testing in place a number of fixes and enhancements have been made for the MobileLibrary.
    • Drag and drop by offset will now actually use an offset rather than a static position
    • Drag and drop keywords for iOS should now function better and in a kore consistent manner.
    • Scroll Down, Scroll Up, Scroll Down to Text, and Scroll Up to Text should all work better now in both native and web apps.

🐛 Bug Fixes

  • Fix scroll keywords for Native and web apps (#223) @Wolfe1
  • Better drag and drop for iOS (#222) @Wolfe1
  • Drag and Drop by Offset not actually using an offset (#221) @Wolfe1
robotframework-zoomba - Zoomba 2.11.3

Published by release-drafter[bot] about 3 years ago

What’s Changed

  • While adding additional testing there was a small update to drag and drop to use Appium touch actions rather than selenium
  • Otherwise just dependency updates

🧰 Maintenance

  • Bump python-dateutil from 2.8.1 to 2.8.2 (#218) @dependabot
  • Bump requests from 2.25.1 to 2.26.0 (#219) @dependabot
  • Bump robotframework from 4.0.3 to 4.1 (#220) @dependabot
  • Sauce Labs testing for Android, iOS, and Edge (#215) @Wolfe1
robotframework-zoomba - Zoomba 2.11.2

Published by release-drafter[bot] over 3 years ago

What’s Changed

🐛 Bug Fixes

  • Switch Application by Name does not work with whitepace (#217) @Wolfe1
robotframework-zoomba - Zoomba 2.11.1

Published by release-drafter[bot] over 3 years ago

What’s Changed

🐛 Bug Fixes

  • Click by element fix (#212) @Wolfe1
robotframework-zoomba - Zoomba 2.11.0

Published by github-actions[bot] over 3 years ago

What’s Changed

An example of this can be found in the samples directory.

🚀 Features

  • Webview2 Application support (#207) @Wolfe1

🧰 Maintenance

  • Bump robotframework-appiumlibrary from 1.6.1 to 1.6.2 (#208) @dependabot
  • Sourcery refactored master branch (#206) @sourcery-ai
  • Add Python 3.9 to GithubActions (#205) @Wolfe1
robotframework-zoomba - Zoomba 2.10.0

Published by release-drafter[bot] over 3 years ago

What’s Changed

🚀 Features

  • Support for Multiple Desktops (#204) @Wolfe1

🧰 Maintenance

  • Bump robotframework from 4.0.2 to 4.0.3 (#202) @dependabot
robotframework-zoomba - Zoomba 2.9.2

Published by release-drafter[bot] over 3 years ago

What’s Changed

🚀 Features

  • Desktop Library | Switch Window by Locator (#201) @Wolfe1
robotframework-zoomba - Zoomba 2.9.1

Published by release-drafter[bot] over 3 years ago

What’s Changed

🚀 Features

  • Wait for and input password (#200) @Wolfe1
robotframework-zoomba - Zoomba 2.9.0

Published by github-actions[bot] over 3 years ago

What’s Changed

  • API Library has moved to the latest version of Requests and onto the new 'on_session' type keywords. We do not anticipate any issues with the move aside from some new deprecation warnings.

🧰 Maintenance

  • Deprecate create connection as it was just a post call anyway (#199) @Wolfe1
  • Bump robotframework-requests from 0.7.2 to 0.9.1 (#196) @dependabot
  • Bump robotframework-appiumlibrary from 1.5.0.7 to 1.6.1 (#197) @dependabot
  • Bump robotframework from 4.0.1 to 4.0.2 (#198) @dependabot
robotframework-zoomba - Zoomba 2.8.6

Published by github-actions[bot] over 3 years ago

What’s Changed

🧰 Maintenance

  • Bump robotframework from 4.0 to 4.0.1 (#193) @dependabot
  • Fix git hook for auto-generating the document pages (#191) @Wolfe1
Related Projects