opencats / OpenCATS

Applicant Tracking System (maintained code base)
http://www.opencats.org
Other
476 stars 236 forks source link

Bump behat/mink-selenium2-driver from 1.3.1 to 1.6.0 #600

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 1 year ago

Bumps behat/mink-selenium2-driver from 1.3.1 to 1.6.0.

Release notes

Sourced from behat/mink-selenium2-driver's releases.

1.6.0

Removed:

  • Removed support for PHP <7.2

Testsuite:

  • Fixed compatibility with the latest driver testsuite

1.5.0

New features:

  • Improved responsiveness of the wait method
  • Fixed deprecation warnings on PHP 7.1

Bug fixes:

  • Catched the StaleElementReference exception that happens in some cases in setValue if the JS code changes the DOM when the value changes
  • Catched the UnknownError exception that happens in ChromeDriver when trying to use moveTo
  • Fixed the handling of errors reported when applying timeouts, to avoid marking the driver as not started when the session is started

Testsuite:

  • Added CI jobs on PHP 8.0 and 8.1

1.4.0

Bug fixes:

  • Changed phpdoc types from Boolean to boolean to be compatible with psalm type checking
  • Don't use TABs, when triggering change JS event upon input value is change (fixes some auto-complete control testing in Google Chrome)
  • Fixed inability to manipulate windows when Selenium 3 with Firefox GeckoDriver was used
  • The clickOnElement method wasn't working when Selenium 3 with Firefox GeckoDriver was used
  • Fixed the handling of cookies on PHP 7.4

Changes:

  • Bumped requirement to PHP 5.4

New features:

  • Allow uploading files to remote Selenium instances (e.g. SauceLabs, BrowserStack, etc.)
  • Added getDesiredCapabilities method for fetching current desired capabilities
  • Added support for goog:chromeOptions to specify custom Chrome options, which is the name used by newer ChromeDriver releases

Testsuite:

  • Don't test on PHP 5.3 (driver itself would likely continue to work on PHP 5.3 for some time)
  • Adding testing on PHP 7.1, 7.2, 7.3 and 7.4
  • Removed PhantomJS

... (truncated)

Changelog

Sourced from behat/mink-selenium2-driver's changelog.

1.6.0 / 2022-03-28

Removed:

  • Removed support for PHP <7.2

Testsuite:

  • Fixed compatibility with the latest driver testsuite

1.5.0 / 2021-10-12

New features:

  • Improved responsiveness of the wait method
  • Fixed deprecation warnings on PHP 7.1

Bug fixes:

  • Catched the StaleElementReference exception that happens in some cases in setValue if the JS code changes the DOM when the value changes
  • Catched the UnknownError exception that happens in ChromeDriver when trying to use moveTo
  • Fixed the handling of errors reported when applying timeouts, to avoid marking the driver as not started when the session is started

Testsuite:

  • Added CI jobs on PHP 8.0 and 8.1

1.4.0 / 2020-03-11

Bug fixes:

  • Changed phpdoc types from Boolean to boolean to be compatible with psalm type checking
  • Don't use TABs, when triggering change JS event upon input value is change (fixes some auto-complete control testing in Google Chrome)
  • Fixed inability to manipulate windows when Selenium 3 with Firefox GeckoDriver was used
  • The clickOnElement method wasn't working when Selenium 3 with Firefox GeckoDriver was used
  • Fixed the handling of cookies on PHP 7.4

Changes:

  • Bumped requirement to PHP 5.4

New features:

  • Allow uploading files to remote Selenium instances (e.g. SauceLabs, BrowserStack, etc.)
  • Added getDesiredCapabilities method for fetching current desired capabilities
  • Added support for goog:chromeOptions to specify custom Chrome options, which is the name used by newer ChromeDriver releases

... (truncated)

Commits
  • e5f8421 Update the changelog for 1.6.0
  • e99124b Merge pull request #349 from stof/skip_basic_auth_test
  • ee5b91a Skip the BasicAuth test asserting auth in URL
  • 9db0068 Merge pull request #348 from stof/drop_old_deps
  • 086c6a8 Drop support for PHP <7.2
  • 369c087 Merge pull request #344 from stof/add_codecov
  • 80a3732 Add code coverage with codecov
  • 3c3da51 Merge pull request #342 from alexpott/PHP71-NavigationTest
  • 0dee8cc Update the changelog for 1.5.0
  • 341d3a8 Update readme badges
  • 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[bot] commented 2 months ago

Superseded by #647.