Skip to content

Bump webdriverio from 5.22.4 to 6.5.2#4295

Merged
rachel-fenichel merged 3 commits into
developfrom
dependabot/npm_and_yarn/develop/webdriverio-6.5.2
Sep 22, 2020
Merged

Bump webdriverio from 5.22.4 to 6.5.2#4295
rachel-fenichel merged 3 commits into
developfrom
dependabot/npm_and_yarn/develop/webdriverio-6.5.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 18, 2020

Copy link
Copy Markdown
Contributor

Bumps webdriverio from 5.22.4 to 6.5.2.

Release notes

Sourced from webdriverio's releases.

v6.5.2 (2020-09-18)

🐛 Bug Fix

  • webdriverio
    • #5872 Assign w3c identifier to element scope after element re-found (@L0tso)
  • wdio-allure-reporter
    • #5870 Fixes the issue On V6, for android tests, where the incorrect deviceName is displayed in allure reports (@jags14385)
  • wdio-devtools-service

📝 Documentation

Committers: 8

v6.5.1 (2020-09-14)

🐛 Bug Fix

Committers: 2

v6.5.0 (2020-09-14)

🚀 New Feature

  • wdio-shared-store-service, wdio-sync, webdriverio
  • wdio-cli, wdio-sync, wdio-utils, webdriverio
    • #5819 Add optional delay between spec file retry attempts (@mgrybyk)

🐛 Bug Fix

  • devtools
    • #5803 adding dialog handler to switchwindow so that we can handle alerts (@ParmaJonEman)
  • webdriverio
Changelog

Sourced from webdriverio's changelog.

v6.5.2 (2020-09-18)

🐛 Bug Fix

  • webdriverio
    • #5872 Assign w3c identifier to element scope after element re-found (@L0tso)
  • wdio-allure-reporter
    • #5870 Fixes the issue On V6, for android tests, where the incorrect deviceName is displayed in allure reports (@jags14385)
  • wdio-devtools-service

📝 Documentation

Committers: 8

v6.5.1 (2020-09-14)

🐛 Bug Fix

Committers: 2

v6.5.0 (2020-09-14)

🚀 New Feature

  • wdio-shared-store-service, wdio-sync, webdriverio
  • wdio-cli, wdio-sync, wdio-utils, webdriverio
    • #5819 Add optional delay between spec file retry attempts (@mgrybyk)

🐛 Bug Fix

  • devtools
Commits
  • 07c4d4e v6.5.2
  • 2115fd8 update deps
  • 9907a22 Assign w3c identifier to element scope after element re-found (#5872)
  • 139ebe2 Added Bamboo Documentation (#5871)
  • b7486fc Add docs on how to deploy and run our docs page (#5868)
  • 60e3a6f Fixes the issue On V6, for android tests, where the incorrect deviceName is d...
  • dcd62b5 prefix commands with node to allow have it run on Windows
  • a96619d Prepend hash only for h1 in 3rd party docs (#5857)
  • bc74442 Fix unbound commands in devtools-service (#5858)
  • 9e95283 Bump serverless from 1.83.0 to 2.0.0 (#5859)
  • 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 dependabot Bot added the PR: dependencies Pull requests that update a dependency file label Sep 18, 2020
@rachel-fenichel

Copy link
Copy Markdown
Collaborator

Fixing this requires two changes:

  • Update waitUntil calls to have the timeout as a named property in an object, rather than just another argument.
  • Add path: '/wd/hub' to the options struct.
    • WebDriver Default Path: we changed default WebDriver path from /wd/hub to / as most of the browser drivers now default to this, this should have no effect for you - however if you have trouble connecting to a WebDriver endpoint after the upgrade, this could be a reason for that issue.

(Found in the release notes for v6)

@rachel-fenichel
rachel-fenichel merged commit ad9b217 into develop Sep 22, 2020
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/develop/webdriverio-6.5.2 branch September 22, 2020 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PR: dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant