OpenCATS
OpenCATS copied to clipboard
Bump behat/mink-selenium2-driver from 1.3.1 to 1.6.0
trafficstars
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
waitmethod- Fixed deprecation warnings on PHP 7.1
Bug fixes:
- Catched the
StaleElementReferenceexception that happens in some cases insetValueif the JS code changes the DOM when the value changes- Catched the
UnknownErrorexception that happens in ChromeDriver when trying to usemoveTo- 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
Booleantobooleanto be compatible with psalm type checking- Don't use TABs, when triggering
changeJS 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
clickOnElementmethod 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
getDesiredCapabilitiesmethod for fetching current desired capabilities- Added support for
goog:chromeOptionsto specify custom Chrome options, which is the name used by newer ChromeDriver releasesTestsuite:
- 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
waitmethod- Fixed deprecation warnings on PHP 7.1
Bug fixes:
- Catched the
StaleElementReferenceexception that happens in some cases insetValueif the JS code changes the DOM when the value changes- Catched the
UnknownErrorexception that happens in ChromeDriver when trying to usemoveTo- 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
Booleantobooleanto be compatible with psalm type checking- Don't use TABs, when triggering
changeJS 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
clickOnElementmethod 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
getDesiredCapabilitiesmethod for fetching current desired capabilities- Added support for
goog:chromeOptionsto specify custom Chrome options, which is the name used by newer ChromeDriver releases
... (truncated)
Commits
e5f8421Update the changelog for 1.6.0e99124bMerge pull request #349 from stof/skip_basic_auth_testee5b91aSkip the BasicAuth test asserting auth in URL9db0068Merge pull request #348 from stof/drop_old_deps086c6a8Drop support for PHP <7.2369c087Merge pull request #344 from stof/add_codecov80a3732Add code coverage with codecov3c3da51Merge pull request #342 from alexpott/PHP71-NavigationTest0dee8ccUpdate the changelog for 1.5.0341d3a8Update readme badges- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)