Skip to content

Commit

Permalink
chore(deps-dev): bump webdriverio from 8.40.3 to 9.0.5 (#129)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump webdriverio from 8.40.3 to 9.0.5

Bumps [webdriverio](https://github.com/webdriverio/webdriverio/tree/HEAD/packages/webdriverio) from 8.40.3 to 9.0.5.
- [Release notes](https://github.com/webdriverio/webdriverio/releases)
- [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md)
- [Commits](https://github.com/webdriverio/webdriverio/commits/v9.0.5/packages/webdriverio)

---
updated-dependencies:
- dependency-name: webdriverio
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* disable bidi

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mykola Mokhnach <mokhnach@gmail.com>
  • Loading branch information
dependabot[bot] and mykola-mokhnach authored Aug 21, 2024
1 parent b9df761 commit 684e23d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
"semantic-release": "^24.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.4.2",
"webdriverio": "^8.0.5"
"webdriverio": "^9.0.5"
}
}
1 change: 1 addition & 0 deletions test/functional/desktop-driver-e2e-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const CAPS = {
browserName: 'AppiumSafari',
platformName: 'mac',
'appium:automationName': 'safari',
'wdio:enforceWebDriverClassic': true,
};

describe('Desktop SafariDriver', function () {
Expand Down
1 change: 1 addition & 0 deletions test/functional/mobile-driver-e2e-specs.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const CAPS = {
'safari:useSimulator': true,
'safari:platformVersion': PLATFORM_VERSION,
'safari:deviceName': DEVICE_NAME,
'wdio:enforceWebDriverClassic': true,
};

describe('Mobile SafariDriver', function () {
Expand Down

0 comments on commit 684e23d

Please sign in to comment.