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 3.4.1

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

What’s Changed

🧰 Maintenance

  • Bump actions/setup-python from 4.3.1 to 4.5.0 (#327) @dependabot
  • Bump robotframework from 6.0.1 to 6.0.2 (#326) @dependabot
robotframework-zoomba - Zoomba 3.4.0

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

What’s Changed

🧰 Maintenance

  • Bump release-drafter/release-drafter from 5.21.1 to 5.22.0 (#325) @dependabot
  • Bump nick-fields/retry from 2.8.2 to 2.8.3 (#324) @dependabot
  • Bump actions/setup-python from 4.3.0 to 4.3.1 (#322) @dependabot
  • Bump selenium from 4.7.0 to 4.7.2 (#321) @dependabot
  • Test Python 3.11 (#319) @Wolfe1
  • Bump selenium from 4.6.1 to 4.7.0 (#320) @dependabot

Possible Breaking Changes

  • Remove create connection (#318) @Wolfe1
    • Create connection has been deprecated for quite some time now and has been removed. Use Call POST request going forward.
robotframework-zoomba - Zoomba 3.3.1

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

What’s Changed

🧰 Maintenance

  • Bump selenium from 4.6.0 to 4.6.1 (#317) @dependabot
  • Bump selenium from 4.4.3 to 4.6.0 (#315) @dependabot
  • Bump robotframework from 6.0 to 6.0.1 (#316) @dependabot
robotframework-zoomba - Zoomba 3.3.0

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

What’s Changed

🚀 Features

  • API library | Allow kwargs on requests (#314) @Wolfe1

🧰 Maintenance

  • Bump robotframework-requests from 0.9.3 to 0.9.4 (#313) @dependabot
robotframework-zoomba - Zoomba 3.2.0

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

What’s Changed

🧰 Maintenance

  • Bump robotframework from 5.0.1 to 6.0 (#312) @dependabot
  • Bump release-drafter/release-drafter from 5.21.0 to 5.21.1 (#311) @dependabot
  • Bump nick-fields/retry from 2.8.1 to 2.8.2 (#310) @dependabot
  • Bump actions/setup-python from 4.2.0 to 4.3.0 (#308) @dependabot
robotframework-zoomba - Zoomba 3.1.4

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

What’s Changed

  • Reverted back to Selenium 4.4.3 due to a bug with disabled fields (see attached pull request).
  • Added some test cases that will detect if this issue is in further selenium releases.

🧰 Maintenance

  • Checks in place to avoid issue with Selenium 4.5.0 (#306) @Wolfe1
robotframework-zoomba - Zoomba 3.1.3

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

What’s Changed

  • Robot Test Reporter Action (#302) @Wolfe1

🧰 Maintenance

  • Bump selenium from 4.4.3 to 4.5.0 (#305) @dependabot
  • Bump actions/upload-artifact from 1 to 3 (#303) @dependabot
  • Bump actions/download-artifact from 1 to 3 (#304) @dependabot
  • Bump release-drafter/release-drafter from 5.20.1 to 5.21.0 (#301) @dependabot
robotframework-zoomba - Zoomba 3.1.2

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

What’s Changed

🧰 Maintenance

  • Bump selenium from 4.4.0 to 4.4.3 (#300) @dependabot
  • Bump release-drafter/release-drafter from 5.20.0 to 5.20.1 (#299) @dependabot
  • Bump selenium from 4.3.0 to 4.4.0 (#298) @dependabot
  • Bump nick-fields/retry from 2.8.0 to 2.8.1 (#297) @dependabot
  • Bump nick-fields/retry from 2.7.0 to 2.8.0 (#296) @dependabot
  • Bump actions/setup-python from 4.1.0 to 4.2.0 (#295) @dependabot
robotframework-zoomba - Zoomba 3.1.1

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

What’s Changed

🚀 Features

  • GUI | Scroll Mouse and Scroll Mouse Over Element (#294) @Wolfe1
robotframework-zoomba - Zoomba 3.1.0

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

What’s Changed

🐛 Bug Fixes

  • Should allow datetime expected dates to be properly parsed (#293) @Wolfe1
robotframework-zoomba - Zoomba 3.0.3

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

What’s Changed

  • Allow for larger range for pandas and dateutil
robotframework-zoomba - Zoomba 3.0.2

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

What’s Changed

🚀 Features

  • Attempt to improve the date comparison here to allow for datetimes wi… (#291) @Wolfe1

🧰 Maintenance

  • Bump actions/setup-python from 4.0.0 to 4.1.0 (#290) @dependabot
robotframework-zoomba - Zoomba 3.0.1

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

What’s Changed

  • Warn users that the libraries have moved to robotframework-applicationlibrary (#288) @Wolfe1

🧰 Maintenance

  • Bump requests from 2.28.0 to 2.28.1 (#289) @dependabot
  • Bump selenium from 4.2.0 to 4.3.0 (#286) @dependabot
robotframework-zoomba - Zoomba 3.0.0

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

What’s Changed

  • For awhile now we have been unable to move to selenium 4 due to a few dependency constraints:
    • AppiumLibrary still requires selenium 3 to operate and has yet to update.
    • WinAppDriver relies on the now deprecated JSON Wire Protocol and has not had updates in over a year.
  • From this we have come to the decision to split off the Desktop and Mobile library components into their own library.

Possible Breaking Changes

  • Users of the MobileLibrary and/or DesktopLibrary will either need to remain on version 2.14.3 or start using the aforementioned RobotFramework-ApplicationLibrary.
    • Note that because RobotFramework-ApplicationLibrary and Zoomba 3.0.0 use different versions of selenium, if you wish to use both you will need to use a virtual python environment for at least one of the libraries.
  • Users of Edge browser testing will no longer need to call out use_chromium or use the EdgePlugin as this is natively supported in selenium 4.
    • Expect errors in your code if these are not removed after updating to latest RobotFramework-Zoomba.

🚀 Features

  • Remove Desktop / Mobile library code from Zoomba core (#282) @Wolfe1
  • Upgrade to Selenium 4.2.0, SeleniumLibrary 6.0.0, and removal of EdgePlugin code (#283) @Wolfe1

🧰 Maintenance

  • Fix Flaky mobile test and link checker (#281) @Wolfe1
  • Bump requests from 2.27.1 to 2.28.0 (#280) @dependabot
  • Bump psutil from 5.9.0 to 5.9.1 (#278) @dependabot
  • Bump robotframework-requests from 0.9.2 to 0.9.3 (#277) @dependabot
robotframework-zoomba - Zoomba 2.14.3

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

What’s Changed

🧰 Maintenance

  • Bump robotframework from 5.0 to 5.0.1 (#276) @dependabot
robotframework-zoomba - Zoomba 2.14.2

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

What’s Changed

🐛 Bug Fixes

  • force integer comparison added (#272) @PinkyMajhi

🧰 Maintenance

  • update DesktopLibrary docs (#273) @PinkyMajhi
  • Test retry logic in GitHub Actions (#271) @Wolfe1
robotframework-zoomba - Zoomba 2.14.1

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

What’s Changed

🐛 Bug Fixes

  • identity key should default to id... (#268) @Wolfe1
robotframework-zoomba - Zoomba 2.14.0

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

What’s Changed

🧰 Maintenance

  • Bump to Robot Framework 5.0 (#267) @Wolfe1
robotframework-zoomba - Zoomba 2.13.4

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

What’s Changed

🐛 Bug Fixes

  • Issue with list order for nested dictionaries when using 'sort_lists' (#264) @Wolfe1
robotframework-zoomba - Zoomba 2.13.3

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

What’s Changed

🐛 Bug Fixes

  • Issue with sort_lists not being applied in some cases (#262) @Wolfe1
Related Projects