Accruent / robotframework-zoomba

Extended Robot Framework libraries to make testing GUI, REST/SOAP API, Mobile, and Windows Desktop easier.
https://accruent.github.io/robotframework-zoomba/
Apache License 2.0
143 stars 35 forks source link

Bump robotframework from 6.1.1 to 7.0 #387

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps robotframework from 6.1.1 to 7.0.

Release notes

Sourced from robotframework's releases.

Robot Framework 7.0

Robot Framework 7.0 is a new major release with enhanced listener interface (#3296), native VAR syntax for creating variables (#3761), support for mixing embedded and normal arguments with library keywords (#4710), JSON result format (#4847) and various other enhancements and bug fixes.

Robot Framework 7.0 was released on Thursday January 11, 2024. For more details about everything that's new and enhanced, see the full release notes.

Robot Framework 7.0 release candidate 3

Robot Framework 7.0 is a new major release with enhanced listener interface (#3296), native VAR syntax for creating variables (#3761), support for mixing embedded and normal arguments with library keywords (#4710), JSON result format (#4847) and various other enhancements and bug fixes. Robot Framework 7.0 requires Python 3.8 or newer (#4294).

Robot Framework 7.0 rc 3 was released on Monday January 8, 2024, with all features and fixes planned to be included in the final release. It is targeted for anyone interested to see how they can use the interesting new features and how backwards incompatible changes and deprecations possibly affect their tests, tasks, tools and libraries. The target date for the final release is Wednesday January 10, 2024.

For more details, see the full release notes.

Robot Framework 7.0 release candidate 2

Robot Framework 7.0 is a new major release with enhanced listener interface (#3296), native VAR syntax for creating variables (#3761), support for mixing embedded and normal arguments with library keywords (#4710), JSON result format (#4847) and various other enhancements and bug fixes. Robot Framework 7.0 requires Python 3.8 or newer (#4294).

Robot Framework 7.0 rc 2 was released on Thursday January 4, 2024, with all features and fixes planned to be included in the final release. It is targeted for anyone interested to see how they can use the interesting new features and how backwards incompatible changes and deprecations possibly affect their tests, tasks, tools and libraries. The target date for the final release is Wednesday January 10, 2024.

For more details, see the full release notes.

Robot Framework 7.0 release candidate 1

Robot Framework 7.0 is a new major release with enhanced listener interface (#3296), native VAR syntax for creating variables (#3761), support for mixing embedded and normal arguments with library keywords (#4710), JSON result format (#4847) and various other enhancements and bug fixes. Robot Framework 7.0 requires Python 3.8 or newer (#4294).

Robot Framework 7.0 rc 1 was released on Thursday December 21, 2023, with all features and fixes planned to be included in the final release. It is targeted for anyone interested to see how they can use the interesting new features and how backwards incompatible changes and deprecations possibly affect their tests, tasks, tools and libraries. The target date for the final release is Monday January 8, 2024.

For more details, see the full release notes.

Robot Framework 7.0 beta 1

Robot Framework 7.0 is a new major release with enhanced listener interface (#3296), native VAR syntax for creating variables (#3761), support for mixing embedded and normal arguments with library keywords (#4710) and various other enhancements and bug fixes. Robot Framework 7.0 requires Python 3.8 or newer (#4294).

Robot Framework 7.0 beta 1 was released on Friday December 15, 2023. It is targeted for anyone interested to see how they can use the interesting new features and how backwards incompatible changes and deprecations possibly affect their tests, tasks, tools and libraries.

For more details, see the full release notes.

Robot Framework 7.0 alpha 2

Robot Framework 7.0 is a new major release with native VAR syntax for creating variables (#3761), support for mixing embedded and normal arguments with library keywords (#4710) and various other enhancements and bug fixes. Robot Framework 7.0 requires Python 3.8 or newer (#4294).

Robot Framework 7.0 alpha 2 was released on Wednesday November 22, 2023. It is especially targeted for external tool developers for testing how backwards incompatible changes and deprecations possibly affect their tools. We can still make adjustments or even revert problematic changes before the final release.

For more details see the full release notes.

Robot Framework 7.0 alpha 1

Robot Framework 7.0 is a new major release with native VAR syntax for creating variables (#3761), support for mixing embedded and normal arguments with library keywords (#4710) and various other enhancements and bug fixes. Robot Framework 7.0 requires Python 3.8 or newer (#4294).

Robot Framework 7.0 alpha 1 was released on Thursday November 9, 2023. It is especially targeted for external tool developers for testing how backwards incompatible changes and deprecations possibly affect their tools. We can still make adjustments or even revert problematic changes before the final release.

For more details see the full release notes.

Commits
  • 24c913b Updated version to 7.0
  • 27ca400 Release notes for 7.0
  • d6cc90d Update Robot and Python versions in examples
  • 800eb5d Fix --splitlog.
  • c29d4b3 Update minimum Python version in README and INSTALL.
  • a5dac71 Document new listener v3 methods in the User Guide.
  • 91d68df Back to dev version
  • 06106b1 Updated version to 7.0rc3
  • 9c59dac Release notes for 7.0rc3
  • 99b1128 XML: Fix Element To String with lxml and namespaces.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
coveralls commented 8 months ago

Coverage Status

coverage: 100.0%. remained the same when pulling 038420bed0bbb3bcd5304858c237307c240863e6 on dependabot/pip/robotframework-7.0 into 0739949c041a43bd59ac69e127d016dc2002156a on master.

neiljhowell commented 8 months ago

@dependabot rebase

dependabot[bot] commented 8 months ago

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.