Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 31, 2021

Bumps selenium-jupiter from 4.0.0-SNAPSHOT to 4.0.0.

Changelog

Sourced from selenium-jupiter's changelog.

[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

Added

  • Support for Edge (for Linux) in Docker containers (pulled from Docker Hub)
  • Support for standalone mode in Docker (catch exception when pulling images, issue #94)

Changed

  • Replace spotify/docker-client with docker-java/docker-java (PR #97)

Fixed

  • Use empty string in remote capabilities for latest version (issue #54)

Removed

  • Remove request entity processing config key (incompatible with docker-java)

[3.3.5] - 2020-09-11

Added

  • Include config key sel.jup.docker.request.entity.processing (issue #82)
  • Let @​SingleSession supports meta-present (issue #81)

... (truncated)

Commits

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 [selenium-jupiter](https://github.com/bonigarcia/selenium-jupiter) from 4.0.0-SNAPSHOT to 4.0.0. - [Release notes](https://github.com/bonigarcia/selenium-jupiter/releases) - [Changelog](https://github.com/bonigarcia/selenium-jupiter/blob/master/CHANGELOG.md) - [Commits](https://github.com/bonigarcia/selenium-jupiter/commits/selenium-jupiter-4.0.0) --- updated-dependencies: - dependency-name: io.github.bonigarcia:selenium-jupiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 31, 2021
@bonigarcia bonigarcia merged commit b720605 into master Aug 31, 2021
@dependabot dependabot bot deleted the dependabot/gradle/io.github.bonigarcia-selenium-jupiter-4.0.0 branch August 31, 2021 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

2 participants