Skip to content

Bump selenide from 5.24.4 to 6.0.1#669

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.codeborne-selenide-6.0.1
Closed

Bump selenide from 5.24.4 to 6.0.1#669
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/com.codeborne-selenide-6.0.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 26, 2021

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps selenide from 5.24.4 to 6.0.1.

Release notes

Sourced from selenide's releases.

v6.0.1

6.0.1 (released 25.10.2021)

  • upgrade to Selenium 4.0.0
  • #1593 Publish Selenide as separate artifacts: selenide.jar, selenide-proxy.jar, selenide-testng.jar etc.
  • #1581 report exact actual value at the moment of failure
  • Remove lots of deprecated methods -- thanks @​BorisOsipov for PR selenide/selenide#1607
  • Remove support for "legacy_firefox" (upto ESR 52)
  • #1619 remove setting "startMaximized" - use "browserSize" instead
  • #1619 remove setting "versatileSetValue" - use "selectOptionByValue" or "selectRadio" instead
  • Make Selenide.sleep(N) guarantee the sleep duration
  • #1615 Added method for adding WebDriverListeners (as a replacement for deprecated WebDriverEventListeners)

v5.25.0

🚀 Features

  • #969 Add support for OpenTest4j -- see PR #1545
  • #1543 add stack trace to every error in SoftAsserts -- see PR #1545
  • #1515 add method $.shadowRoot() -- see PR #1517
  • #1556 add method SelenideElement.ancestor() -- thanks Oleg Berezhnoy for PR #1567
  • #1554 Enhance closest() and ancestor() methods to search by attribute -- thanks to Vitali Plagov for PR #1554
  • #1573 add check webdriver().shouldHave(title(...)) -- thanks Ervīns Patmalnieks for PR #1579

Changes

  • #1571 fix method $.screenshot() on Retina display -- see PR #1576
  • #217 report exact text at the moment of failure of text conditions -- thanks Pavel Fokin for PR #1313
  • #1566 forbid empty regex in MatchText

Technical details

  • #984 use gradle format accepted by Dependabot (#1583) @​asolntsev
  • big cleanup of unit-tests (#1584) @​asolntsev
  • NB! We changed the signature of many Selenide assertion errors:
    • changed order of "expected" and "actual" values
    • removed "driver" parameter from constructor
Changelog

Sourced from selenide's changelog.

6.0.1 (released 25.10.2021)

  • upgrade to Selenium 4.0.0
  • #1593 Publish Selenide as separate artifacts: selenide.jar, selenide-proxy.jar, selenide-testng.jar etc.
  • #1581 report exact actual value at the moment of failure
  • Remove lots of deprecated methods -- thanks @​BorisOsipov for PR selenide/selenide#1607
  • Remove support for "legacy_firefox" (upto ESR 52)
  • #1619 remove setting "startMaximized" - use "browserSize" instead
  • #1619 remove setting "versatileSetValue" - use "selectOptionByValue" or "selectRadio" instead
  • Make Selenide.sleep(N) guarantee the sleep duration
  • #1615 Added method for adding WebDriverListeners (as a replacement for deprecated WebDriverEventListeners)

5.25.0 (released 28.09.2021)

  • #969 Add support for OpenTest4j -- see PR #1545 NB! We changed the signature of many Selenide assertion errors:
    • changed order of "expected" and "actual" values
    • removed "driver" parameter from constructor
  • #1543 add stack trace to every error in SoftAsserts -- see PR #1545
  • #1515 add method $.shadowRoot() -- see PR #1517
  • #1556 add method SelenideElement.ancestor() -- thanks Oleg Berezhnoy for PR #1567
  • #1554 Enhance closest() and ancestor() methods to search by attribute -- thanks to Vitali Plagov for PR #1554
  • #1571 fix method $.screenshot() on Retina display -- see PR #1576
  • #217 report exact text at the moment of failure of text conditions -- thanks Pavel Fokin for PR #1313
  • #1566 forbid empty regex in MatchText
  • #1573 add check webdriver().shouldHave(title(...)) -- thanks Ervīns Patmalnieks for PR #1579
Commits
  • 443f8d5 release Selenide 6.0.1
  • 32edc53 fix tests that dependened of working directory
  • b9f1175 publish "core" as a separate gradle module
  • ebeac70 release Selenide 6.0.0
  • b05d53d #1581 improve format of actual value in error messages
  • e580b63 make output of "and" and "or" conditions more readable
  • 165b86b #1619 update changelog
  • b9d54d9 Cleanup configuration
  • 393088d * #1593 Publish Selenide as separate artifacts
  • 402c6d4 fix flaky test: make sure Thread.sleep(15) doesn't awake earlier (in our case...
  • 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 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)

Bumps [selenide](https://github.com/selenide/selenide) from 5.24.4 to 6.0.1.
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/master/CHANGELOG.md)
- [Commits](selenide/selenide@v5.24.4...v6.0.1)

---
updated-dependencies:
- dependency-name: com.codeborne:selenide
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the type:dependencies Pull requests that update a dependency label Oct 26, 2021
@baev
Copy link
Copy Markdown
Member

baev commented Oct 26, 2021

closed via #670

@baev baev closed this Oct 26, 2021
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 26, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@baev baev deleted the dependabot/gradle/com.codeborne-selenide-6.0.1 branch October 26, 2021 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

theme:build theme:selenide type:dependencies Pull requests that update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant