Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps fluentlenium-junit from 3.5.0 to 4.8.0.

Release notes

Sourced from fluentlenium-junit's releases.

Java 11 - 4.8.0

  • Add Kotest module (fluentlenium-kotest)
  • Add Kotest assertions module (fluentlenium-kotest-assertions)
  • Spock major upgrade (to v2.0)

Java 11 - 4.6.2

  • Add support for shadow DOM - bugfixing
  • Libraries refresh

Java11 - 4.6.1

  • Add support for shadow DOM - bugfixing

Java11 - 4.6.0

  • Add support for shadow DOM
  • Migrate to Github actions from Travis

Java 11 - FluentLenium 4.5.1

#949 - New runner - support for Spring TestNG - docs #995 - Improve FluentLenium Spock support, rewrite, and more detailed testing. Multiple bugfixes. #922 - Chromium API support (can be used in Chrome and Edge) - docs #844 - Added hoverOver() method to FluentActions #934 - Added .hasTextContaining() assertion to assertj module #1103 - Added shortcut methods getDriver() and getAppiumDriver() #1092 - Cucumber major upgrade to 6.6.0

v4.4.1

Dependencies update and changes to update Cucumber to the 5.5 version

  • Cucumber 5.5
  • Selenium 3.141.59
  • Spring 5.2.4.RELEASE

And others smaller libs embedded in the project

Java 11 - FluentLenium 4.3.1

  • #715 - Wrap browser performance API with easy to use FL methods
  • #928 - Bump TestNG to 7.0.0
  • #925 - [BUG] Code get stuck after calling mouse().moveToElement()
  • #891 - Update Cucumber references to the new io.cucumber packaging

Java 11 - FluentLenium 4.3.0

  • #695 - Added Appium support for Mobile automation
  • #803 - Added getParam() method to FluentPage (parametrised URL in @​PageUrl)
  • #764 - Add getTestClass() and getTestMethod() methods to FluentTestRunnerAdapter
  • #837 - More assertions added to FluentLenium AssertJ module
  • #711 - Added IntelliJ inspections (helpful during tests development)
  • #869 - Bugfix - UrlTemplate.parse(String) fails with "No match found"
  • #820 - Bugfix - Handle ElementNotVisibleException | ElementClickInterceptedException in clickable() method
  • #699 - Bugfix - Fix for Chrome issue related to new window open event
  • #785 - Bugfix - Wrong incompatible Selenium version warn

... (truncated)

Changelog

Sourced from fluentlenium-junit's changelog.

4.8.0 (Jun 16 2021)

  • Add Kotest module (fluentlenium-kotest
  • Add Kotest assertions module (fluentlenium-kotest-assertions)
  • Spock major upgrade (to v2.0)

4.6.2 (Aug 29 2020)

  • #1227 - Shadow DOM support
  • Multiple libraries bump

4.5.1 (Aug 29 2020)

  • #949 - New runner - support for Spring TestNG
  • #995 - Improve FluentLenium Spock support, rewrite, and more detailed testing. Multiple bugfixes.
  • #922 - Chromium API support (can be used in Chrome and Edge)
  • #844 - Added hoverOver() method to FluentActions
  • #934 - Added .hasTextContaining() assertion to assertj module
  • #1103 - Added shortcut methods getDriver() and getAppiumDriver()
  • #1092 - Cucumber major upgrade to 6.6.0

4.4.1 (Mar 23 2020)

Dependencies update and changes to update Cucumber to the 5.5 version

  • Cucumber 5.5
  • Selenium 3.141.59
  • Spring 5.2.4.RELEASE
  • And others smaller libs embedded in the project

4.3.1 (Aug 27 2019)

  • #715 - Wrap browser performance API with easy to use FL methods
  • #928 - Bump TestNG to 7.0.0
  • #925 - [BUG] Code get stuck after calling mouse().moveToElement()
  • #891 - Update Cucumber references to the new io.cucumber packaging

4.3.0 (Jul 6 2019)

  • #695 - Added Appium support for Mobile automation
  • #803 - Added getParam() method to FluentPage (parametrised URL in @​PageUrl)
  • #764 - Add getTestClass() and getTestMethod() methods to FluentTestRunnerAdapter
  • #837 - More assertions added to FluentLenium AssertJ module
  • #711 - Added IntelliJ inspections (helpful during tests development)
  • #869 - Bugfix - UrlTemplate.parse(String) fails with "No match found"
  • #820 - Bugfix - Handle ElementNotVisibleException | ElementClickInterceptedException in clickable() method
  • #699 - Bugfix - Fix for Chrome issue related to new window open event
  • #785 - Bugfix - Wrong incompatible Selenium version warn
  • #737 - Docs - Annotations and Event API described

4.2.2 (Mar 17 2019)

  • #345 - Added FluentPage assertions to fluentlenium-assertj module
  • #336 - Added warning log when user is using wrong version of Selenium
  • #456 - Added .waitAndClick() helper method for FluentWebElement
  • #696 - Add constructor accepting FluentWebElement to ElementActions and add missing moveByOffset method

... (truncated)

Commits
  • 1906153 [maven-release-plugin] prepare release v4.8.0
  • 1e10dae Attempt to fix release error - no javadocs for Spock module
  • 63c6da0 Attempt to fix release error - no javadocs for Spock module
  • 725287c Attempt to fix release error - no javadocs for Spock module
  • 4626be9 Attempt to fix release error - no javadocs for Spock module
  • f55a88d [maven-release-plugin] prepare for next development iteration
  • 0f1f13e [maven-release-plugin] prepare release v4.7.2
  • 186733d [maven-release-plugin] prepare for next development iteration
  • c422b5a [maven-release-plugin] prepare release v4.7.1
  • a17fb88 Attempt to fix release error - no javadocs for Spock module
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 17, 2021
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants