Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Bump selenium-jupiter from 3.3.5 to 4.1.0 #266

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2022

Bumps selenium-jupiter from 3.3.5 to 4.1.0.

Changelog

Sourced from selenium-jupiter's changelog.

[4.1.0] - 2022-02-18

Added

  • Support DevTools in the parameter resolution mechanism
  • Include @​EnabledIfDriverUrlOnline to conditionally skip tests
  • Include @​EnabledIfDockerAvailable to disable test conditionally depending on Docker
  • Include support for Appium 2.x in Selenium-Jupiter 4.x
  • Include support for Selenide in Selenium-Jupiter 4.x
  • Include methods in SeleniumJupiter class to get the Docker noVNC URL

Changed

  • Include timestamp in screenshot filename

Fixed

  • Config option enableRecordingWhenFailure does not work for TestTemplate approach (issue #205)

[4.0.1] - 2021-08-31

Changed

  • Downgrade to Java 8

[4.0.0] - 2021-08-31

Added

  • New documentation: https://bonigarcia.dev/selenium-jupiter/ (sources: AsciiDoc, generated: HTML, PDF, EPUB)
  • Include @​EnabledIfBrowserAvailable annotation to disable tests conditionally
  • Use WebDriverManager 5 for managing browsers in Docker containers
  • Allow to specify language and timezone using @​DockerBrowser annotation
  • Enhance test template support (issue #45)
  • Include support for Safari as dockerized browser (WebKit engine)
  • Make screenshots and recordings in AfterTestExecutionCallback and quit browser in AfterEachCallback/AfterAllCallback (issue #61)
  • Allow making recordings when test failure

Changed

  • Use selenium-java as provided dependency
  • Use Java 11
  • Use Selenium 4 in tests
  • Use AssertJ for assertions in tests

Fixed

  • Improve support for parallel execution (issue #80)
  • Improve support for single session (issue #181)

Removed

  • Remove support for phantomjsdriver, selenide, htmlunit-driver, and Appium java-client (not compatible with Selenium 4)
  • Remove support to Genymotion
  • Remove support for docker-android (use chrome-mobile instead)
  • Remove all configuration keys (and API methods) related to custom Docker management
  • Remove support for CLI and server modes (moved features to WebDriverManager)

[3.4.0] - 2021-01-26

... (truncated)

Commits
  • d9e8eb0 [maven-release-plugin] prepare release selenium-jupiter-4.1.0
  • c5022fb Update doc for version 4.1.0
  • 8f06eb7 Clean tests for doc
  • d30477a Include fixed line in CHANGELOG
  • 4b5d595 Update CHANGELOG for version 4.1.0
  • adc9c25 Fix condition in Selenide logic
  • 64203b6 Several smell-fixes
  • 9c00a36 Full support for SelenideDriver
  • e8658b6 Include Remote test using Selenide
  • 525cd11 Refactor Selenide tests
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 19, 2022
Bumps [selenium-jupiter](https://github.com/bonigarcia/selenium-jupiter) from 3.3.5 to 4.1.0.
- [Release notes](https://github.com/bonigarcia/selenium-jupiter/releases)
- [Changelog](https://github.com/bonigarcia/selenium-jupiter/blob/master/CHANGELOG.md)
- [Commits](bonigarcia/selenium-jupiter@selenium-jupiter-3.3.5...selenium-jupiter-4.1.0)

---
updated-dependencies:
- dependency-name: io.github.bonigarcia:selenium-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/io.github.bonigarcia-selenium-jupiter-4.1.0 branch from 80febee to be6e0cf Compare February 28, 2022 22:54
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 28, 2022

Superseded by #277.

@dependabot dependabot bot closed this Jun 28, 2022
@dependabot dependabot bot deleted the dependabot/gradle/io.github.bonigarcia-selenium-jupiter-4.1.0 branch June 28, 2022 00:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants