percy / percy-capybara

Visual testing for Capybara with Percy.
https://docs.percy.io/docs/capybara
MIT License
45 stars 23 forks source link

Update capybara requirement from ~> 2.4 to ~> 3.17 #78

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on capybara to permit the latest version.

Changelog *Sourced from [capybara's changelog](https://github.com/teamcapybara/capybara/blob/master/History.md).* > # Version 3.17.0 > Release date: 2019-04-18 > > ### Added > > * Initial support for selenium-webdriver 4.0.0.alpha1 > * :button selector will now also match on `name` attribute > > ### Fixed > > * Suppress warnings generated by using selenium-webdriver 3.141.5926 > * Mask Appium issue with finder visibility optimizations (non-optimal) > > # Version 3.16.2 > Release date: 2019-04-10 > > ### Fixed > > * Fix Session#quit resetting of memoized document > > # Version 3.16.1 > Release date: 2019-03-30 > > ### Fixed > > * Fix potential 'uninitialized constant' error when using the :selenium_chrome driver [jeffclemens-ab] > > # Version 3.16 > Release date: 2019-03-28 > > ### Changed > > * Ruby 2.4.0+ is now required > * Selenium driver now defaults to using a persistent http client connection > > ### Added > > * :wait option in predicates now accepts `true` to selectively override when `Capybara.predicates_wait == false` > > # Version 3.15 > Release date: 2019-03-19 > > ### Added > > * `attach_file` now supports a block mode on JS capable drivers to more accurately test user behavior when file inputs are hidden (beta) > * :table selector now supports `with_rows`, 'rows', `with_cols`, and 'cols' filters > > ### Fixed > > * Fix link selector when `Capybara.test_id` is set - Issue [#2166](https://github-redirect.dependabot.com/teamcapybara/capybara/issues/2166) [bingjyang] > ... (truncated)
Commits - [`c440045`](https://github.com/teamcapybara/capybara/commit/c440045509a55a83d96d6909c18378fc973fe168) Update README for 3.17_stable branch - [`533c6eb`](https://github.com/teamcapybara/capybara/commit/533c6eb3c456e928ff306b41213ec675b135bb11) Prepare for 3.17.0 release - [`83836c4`](https://github.com/teamcapybara/capybara/commit/83836c4c960cf2e52c1d50e8c0ea64a955794c90) Update History.md [ci skip] - [`f3d83de`](https://github.com/teamcapybara/capybara/commit/f3d83dee3a347fa0dda489e3c376bd87b2d373db) memoize error arrays - [`2b2daf7`](https://github.com/teamcapybara/capybara/commit/2b2daf7fe842a6d507a3ec70e97209c719e97202) Fix spec_helper methods for Selenium 4 - [`9f86cbf`](https://github.com/teamcapybara/capybara/commit/9f86cbfcf14fa6971023b4292a9ac4a105245f63) Add a base versions Chrome run on travis - [`6423f16`](https://github.com/teamcapybara/capybara/commit/6423f16979976584d84adf3fdc3057d889eeda62) Conditionally handle removed error types - [`e137980`](https://github.com/teamcapybara/capybara/commit/e137980d4d2f8569c8317e12f694806ab6b1ce2f) Only W3C is supported in Selenium 4 - [`a436a83`](https://github.com/teamcapybara/capybara/commit/a436a830641109820c8188b9b53c02c3d89cd581) Use modified webdrivers to test with edge selenium - [`36bdb66`](https://github.com/teamcapybara/capybara/commit/36bdb661ff01e791b4a3b974bc32587e45ee4911) Suppress some selenium-webdriver deprecation notices - Additional commits viewable in [compare view](https://github.com/teamcapybara/capybara/compare/2.4.0...3.17.0)


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 ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

Superseded by #81.