rieckpil / testing-spring-boot-applications-masterclass

🍃 Build Better Spring Boot Applications: A Comprehensive Testing Course to Boost Your Confidence and Productivity.
https://rieckpil.de/testing-spring-boot-applications-masterclass/
MIT License
306 stars 234 forks source link

Update dependency com.codeborne:selenide to v6.15.0 #309

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.codeborne:selenide (source) 6.13.0 -> 6.15.0 age adoption passing confidence

Release Notes

selenide/selenide ### [`v6.15.0`](https://togithub.com/selenide/selenide/blob/HEAD/CHANGELOG.md#​6150-released-29052023) [Compare Source](https://togithub.com/selenide/selenide/compare/v6.14.1...v6.15.0) - [#​2292](https://togithub.com/selenide/selenide/issues/2292) Project "selenide-appium" was merged into project "selenide". - [#​2291](https://togithub.com/selenide/selenide/issues/2291) Project "selenide-selenoid" was merged into project "selenide". - [#​2288](https://togithub.com/selenide/selenide/issues/2288) Clicking a disabled element now fails -- thanks to Maksim [@​Au6ojlut](https://togithub.com/Au6ojlut) for PR [#​2290](https://togithub.com/selenide/selenide/issues/2290) - [#​2283](https://togithub.com/selenide/selenide/issues/2283) Escape special characters in subject in text report -- thanks to Maksim [@​Au6ojlut](https://togithub.com/Au6ojlut) for PR [#​2284](https://togithub.com/selenide/selenide/issues/2284) - [#​2300](https://togithub.com/selenide/selenide/issues/2300) Add few collection conditions for mobile apps -- thanks to Amuthan Sakthivel for [https://github.com/selenide/selenide-appium/pull/135](https://togithub.com/selenide/selenide-appium/pull/135), also see PR [#​2315](https://togithub.com/selenide/selenide/issues/2315) - Add methods for switching between mobile contexts -- see PR [#​2308](https://togithub.com/selenide/selenide/issues/2308), thanks to Amuthan Sakthivel for [https://github.com/selenide/selenide-appium/pull/149](https://togithub.com/selenide/selenide-appium/pull/149) - [#​2312](https://togithub.com/selenide/selenide/issues/2312) [#​2307](https://togithub.com/selenide/selenide/issues/2307) refactor CollectionCondition: replace method `test(elements)` by `check(driver, elements)` or `check(CollectionSource collection)`. - [#​2305](https://togithub.com/selenide/selenide/issues/2305) Added cause to collection errors - [#​2287](https://togithub.com/selenide/selenide/issues/2287) Bump commons-io:commons-io from 2.11.0 to 2.12.0 - [#​2309](https://togithub.com/selenide/selenide/issues/2309) Bump nettyVersion from 4.1.92.Final to 4.1.93.Final Full list: https://github.com/selenide/selenide/milestone/184?closed=1 ### [`v6.14.1`](https://togithub.com/selenide/selenide/blob/HEAD/CHANGELOG.md#​6141-released-12052023) [Compare Source](https://togithub.com/selenide/selenide/compare/v6.14.0...v6.14.1) - make new method `$.dragAndDrop()` usable by `selenide-appium` - make `$.download(FOLDER)` usable by `selenide-selenoid` - bump webdrivermanager from 5.3.2 to 5.3.3 -- see https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md#​533---2023-05-11 - bump BrowserUpProxy from 2.2.9 to 2.2.10 -- see https://github.com/valfirst/browserup-proxy/blob/master/CHANGELOG.md ### [`v6.14.0`](https://togithub.com/selenide/selenide/blob/HEAD/CHANGELOG.md#​6140-released-08052023) [Compare Source](https://togithub.com/selenide/selenide/compare/v6.13.1...v6.14.0) - [#​2253](https://togithub.com/selenide/selenide/issues/2253) make method $.toString() fast -- see PR [#​2269](https://togithub.com/selenide/selenide/issues/2269) - [#​2270](https://togithub.com/selenide/selenide/issues/2270) don't add `--no-sandbox` automatically -- see PR [#​2271](https://togithub.com/selenide/selenide/issues/2271) - [#​2172](https://togithub.com/selenide/selenide/issues/2172) Introduce `step` method to be able to group multiple actions -- thanks to Maksim [@​Au6ojlut](https://togithub.com/Au6ojlut) for PR [#​2250](https://togithub.com/selenide/selenide/issues/2250) - [#​2245](https://togithub.com/selenide/selenide/issues/2245) Add method $.dragAndDrop(DragAndDropOptions) -- thanks to Maksim [@​Au6ojlut](https://togithub.com/Au6ojlut) - [#​2258](https://togithub.com/selenide/selenide/issues/2258) allow setting negative browser position -- see PR [#​2259](https://togithub.com/selenide/selenide/issues/2259) - [#​2267](https://togithub.com/selenide/selenide/issues/2267) setBinary is supported by Edge -- thanks to Vladislav Velichko - add missing method $.val(options) - [#​2277](https://togithub.com/selenide/selenide/issues/2277) Bump selenium from 4.9.0 to 4.9.1 -- see https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG - [#​2263](https://togithub.com/selenide/selenide/issues/2263) Bump nettyVersion from 4.1.91.Final to 4.1.92.Final Full list: https://github.com/selenide/selenide/milestone/181?closed=1 ### [`v6.13.1`](https://togithub.com/selenide/selenide/blob/HEAD/CHANGELOG.md#​6131-released-21042023) [Compare Source](https://togithub.com/selenide/selenide/compare/v6.13.0...v6.13.1) - [#​2257](https://togithub.com/selenide/selenide/issues/2257) bump Selenium from 4.8.3 to 4.9.0 -- see https://github.com/SeleniumHQ/selenium/blob/trunk/java/CHANGELOG - mark $$.subList() as deprecated (see [#​2239](https://togithub.com/selenide/selenide/issues/2239))

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.