nuxt / create-nuxt-app

Create Nuxt.js App in seconds.
MIT License
3.48k stars 429 forks source link

chore(deps): update webdriverio packages to ^7.10.0 #822

Closed renovate[bot] closed 3 years ago

renovate[bot] commented 3 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@wdio/cli ^7.7.4 -> ^7.10.0 age adoption passing confidence
@wdio/local-runner ^7.7.4 -> ^7.10.0 age adoption passing confidence
@wdio/mocha-framework ^7.7.4 -> ^7.10.0 age adoption passing confidence
@wdio/spec-reporter ^7.7.3 -> ^7.10.0 age adoption passing confidence
@wdio/sync ^7.7.4 -> ^7.10.0 age adoption passing confidence
webdriverio (source) ^7.7.4 -> ^7.10.0 age adoption passing confidence

Release Notes

webdriverio/webdriverio ### [`v7.10.0`](https://togithub.com/webdriverio/webdriverio/blob/master/CHANGELOG.md#v7100-2021-08-17) [Compare Source](https://togithub.com/webdriverio/webdriverio/compare/v7.9.1...v7.10.0) ##### :bug: Bug Fix - `wdio-utils`, `wdio-webdriver-mock-service` - [#​7291](https://togithub.com/webdriverio/webdriverio/pull/7291) Allow to call catch and finally on element calls ([@​christian-bromann](https://togithub.com/christian-bromann)) - `wdio-runner` - [#​7290](https://togithub.com/webdriverio/webdriverio/pull/7290) Run after hook even if session initiation fails ([@​christian-bromann](https://togithub.com/christian-bromann)) - `wdio-utils` - [#​7289](https://togithub.com/webdriverio/webdriverio/pull/7289) Support for [@​wdio/sync](https://togithub.com/wdio/sync) alongside the new v7.9.x Async API ([@​christian-bromann](https://togithub.com/christian-bromann)) - `wdio-browserstack-service` - [#​7198](https://togithub.com/webdriverio/webdriverio/pull/7198) Set most parent Jasmine describe as BrowserStack session name in wdio-browserstack-service ([@​sbley](https://togithub.com/sbley)) ##### :nail_care: Polish - `wdio-reporter` - [#​7262](https://togithub.com/webdriverio/webdriverio/pull/7262) Don't show error diff if 'actual' and 'expected' are empty ([@​christian-bromann](https://togithub.com/christian-bromann)) - `wdio-sauce-service` - [#​7263](https://togithub.com/webdriverio/webdriverio/pull/7263) Don't report pending in Jasmine as error in Sauce ([@​christian-bromann](https://togithub.com/christian-bromann)) - [#​7265](https://togithub.com/webdriverio/webdriverio/pull/7265) Allow to set custom job name in Sauce Labs service ([@​christian-bromann](https://togithub.com/christian-bromann)) - `webdriverio` - [#​7252](https://togithub.com/webdriverio/webdriverio/pull/7252) Fix for newWindow called twice opens only one window ([@​christian-bromann](https://togithub.com/christian-bromann)) ##### :memo: Documentation - [#​7286](https://togithub.com/webdriverio/webdriverio/pull/7286) Fix wrapping for caution ([@​balukov](https://togithub.com/balukov)) ##### :house: Internal - `wdio-utils` - [#​7272](https://togithub.com/webdriverio/webdriverio/pull/7272) Order UNICODE_CHARACTERS map ([@​pieceOpiland](https://togithub.com/pieceOpiland)) ##### Committers: 4 - Christian Bromann ([@​christian-bromann](https://togithub.com/christian-bromann)) - Ivan Balukov ([@​balukov](https://togithub.com/balukov)) - Stefan Bley ([@​sbley](https://togithub.com/sbley)) - [@​pieceOpiland](https://togithub.com/pieceOpiland) ### [`v7.9.1`](https://togithub.com/webdriverio/webdriverio/blob/master/CHANGELOG.md#v791-2021-08-09) [Compare Source](https://togithub.com/webdriverio/webdriverio/compare/v7.9.0...v7.9.1) ##### :bug: Bug Fix - `wdio-utils`, `wdio-webdriver-mock-service` - [#​7225](https://togithub.com/webdriverio/webdriverio/pull/7225) Add support for async iterators ([@​christian-bromann](https://togithub.com/christian-bromann)) - `webdriverio` - [#​7226](https://togithub.com/webdriverio/webdriverio/pull/7226) Fix typings for addLocatorStrategy ([@​christian-bromann](https://togithub.com/christian-bromann)) - `wdio-allure-reporter` - [#​7208](https://togithub.com/webdriverio/webdriverio/pull/7208) Fix: check current step instance before calling end step ([@​iamkenos](https://togithub.com/iamkenos)) - `wdio-cucumber-framework` - [#​7209](https://togithub.com/webdriverio/webdriverio/pull/7209) fix: duplicate steps on allure report ([@​iamkenos](https://togithub.com/iamkenos)) ##### :nail_care: Polish - `wdio-allure-reporter`, `webdriver` - [#​7206](https://togithub.com/webdriverio/webdriverio/pull/7206) Improve WebDriver error handling ([@​christian-bromann](https://togithub.com/christian-bromann)) ##### :memo: Documentation - `wdio-repl` - [#​7205](https://togithub.com/webdriverio/webdriverio/pull/7205) fix gif link in wdio-repl docs ([@​Meir017](https://togithub.com/Meir017)) ##### Committers: 4 - Christian Bromann ([@​christian-bromann](https://togithub.com/christian-bromann)) - Meir Blachman ([@​Meir017](https://togithub.com/Meir017)) - Raju ([@​spnraju](https://togithub.com/spnraju)) - iamkenos ([@​iamkenos](https://togithub.com/iamkenos)) ### [`v7.9.0`](https://togithub.com/webdriverio/webdriverio/blob/master/CHANGELOG.md#v790-2021-07-28) [Compare Source](https://togithub.com/webdriverio/webdriverio/compare/v7.8.0...v7.9.0) ##### :rocket: New Feature - `wdio-cli`, `wdio-jasmine-framework`, `wdio-utils`, `wdio-webdriver-mock-service`, `webdriverio` - [#​6954](https://togithub.com/webdriverio/webdriverio/pull/6954) Implement new async API ([@​christian-bromann](https://togithub.com/christian-bromann)) ##### :bug: Bug Fix - `webdriverio` - [#​7190](https://togithub.com/webdriverio/webdriverio/pull/7190) fix-isdisplayed-msedge ([@​savkaoleg](https://togithub.com/savkaoleg)) ##### :nail_care: Polish - `webdriverio` - [#​7183](https://togithub.com/webdriverio/webdriverio/pull/7183) Removed invalid strategy check as fix for [#​7174](https://togithub.com/webdriverio/webdriverio/issues/7174) ([@​praveendvd](https://togithub.com/praveendvd)) ##### :house: Internal - `wdio-reporter` - [#​7184](https://togithub.com/webdriverio/webdriverio/pull/7184) export Test Element ([@​yon-cuadrado](https://togithub.com/yon-cuadrado)) ##### Committers: 4 - Christian Bromann ([@​christian-bromann](https://togithub.com/christian-bromann)) - Savka Oleg ([@​savkaoleg](https://togithub.com/savkaoleg)) - [@​yon-cuadrado](https://togithub.com/yon-cuadrado) - praveendvd ([@​praveendvd](https://togithub.com/praveendvd)) ### [`v7.8.0`](https://togithub.com/webdriverio/webdriverio/blob/master/CHANGELOG.md#v780-2021-07-22) [Compare Source](https://togithub.com/webdriverio/webdriverio/compare/v7.7.8...v7.8.0) ##### :bug: Bug Fix - `wdio-mocha-framework` - [#​7171](https://togithub.com/webdriverio/webdriverio/pull/7171) [@​wdio/mocha-framework](https://togithub.com/wdio/mocha-framework) - fix deprecation warning ([@​unickq](https://togithub.com/unickq)) ##### :nail_care: Polish - `wdio-cucumber-framework` - [#​7153](https://togithub.com/webdriverio/webdriverio/pull/7153) Fix for rule keyowrd not working 'Cannot use Rule keyword in Cucumber… ([@​praveendvd](https://togithub.com/praveendvd)) ##### :house: Internal - `devtools`, `wdio-browserstack-service`, `wdio-crossbrowsertesting-service`, `wdio-sauce-service`, `wdio-testingbot-service`, `wdio-types`, `webdriver` - [#​7169](https://togithub.com/webdriverio/webdriverio/pull/7169) feat: allow use of the ky request library in browser contexts ([@​christian-bromann](https://togithub.com/christian-bromann)) ##### Committers: 3 - Christian Bromann ([@​christian-bromann](https://togithub.com/christian-bromann)) - Nick Chursin ([@​unickq](https://togithub.com/unickq)) - praveendvd ([@​praveendvd](https://togithub.com/praveendvd)) ### [`v7.7.8`](https://togithub.com/webdriverio/webdriverio/blob/master/CHANGELOG.md#v778-2021-07-19) [Compare Source](https://togithub.com/webdriverio/webdriverio/compare/v7.7.7...v7.7.8) ##### :bug: Bug Fix - `wdio-junit-reporter` - [#​7157](https://togithub.com/webdriverio/webdriverio/pull/7157) [#​7104](https://togithub.com/webdriverio/webdriverio/issues/7104) wdio-junit-reporter - Mark test as skipped if on retry ([@​lthurr](https://togithub.com/lthurr)) - `webdriverio` - [#​7154](https://togithub.com/webdriverio/webdriverio/pull/7154) fix: detect lambdatest service ([@​Joozty](https://togithub.com/Joozty)) - [#​7155](https://togithub.com/webdriverio/webdriverio/pull/7155) Propagate requestedCapabilities when attaching to running session ([@​christian-bromann](https://togithub.com/christian-bromann)) - [#​7156](https://togithub.com/webdriverio/webdriverio/pull/7156) Improve typings for touchAction command ([@​christian-bromann](https://togithub.com/christian-bromann)) - `devtools` - [#​7149](https://togithub.com/webdriverio/webdriverio/pull/7149) Propagate chrome flags and user data dir to `chrome-launcher` ([@​christian-bromann](https://togithub.com/christian-bromann)) ##### :nail_care: Polish - `webdriverio` - [#​7158](https://togithub.com/webdriverio/webdriverio/pull/7158) Support regular expressions for mock urls ([@​christian-bromann](https://togithub.com/christian-bromann)) ##### :house: Internal - [#​7152](https://togithub.com/webdriverio/webdriverio/pull/7152) DepCheck : Added console log for error ([@​jayandran-Sampath](https://togithub.com/jayandran-Sampath)) ##### Committers: 4 - Christian Bromann ([@​christian-bromann](https://togithub.com/christian-bromann)) - Jozef Harag ([@​Joozty](https://togithub.com/Joozty)) - Luis Thur ([@​lthurr](https://togithub.com/lthurr)) - [@​jayandran-Sampath](https://togithub.com/jayandran-Sampath) ### [`v7.7.7`](https://togithub.com/webdriverio/webdriverio/blob/master/CHANGELOG.md#v777-2021-07-16) [Compare Source](https://togithub.com/webdriverio/webdriverio/compare/v7.7.6...v7.7.7) ##### :rocket: New Feature - `wdio-mocha-framework`, `wdio-reporter`, `wdio-spec-reporter` - [#​6943](https://togithub.com/webdriverio/webdriverio/pull/6943) Report error diff if error is assertion error ([@​christian-bromann](https://togithub.com/christian-bromann)) ##### :nail_care: Polish - `wdio-config`, `wdio-runner`, `wdio-types`, `webdriverio` - [#​7126](https://togithub.com/webdriverio/webdriverio/pull/7126) Improve documentation and type support for spec grouping ([@​christian-bromann](https://togithub.com/christian-bromann)) - `wdio-cli` - [#​7141](https://togithub.com/webdriverio/webdriverio/pull/7141) Update constants.ts ([@​tzurp](https://togithub.com/tzurp)) - `wdio-allure-reporter`, `wdio-spec-reporter` - [#​7134](https://togithub.com/webdriverio/webdriverio/pull/7134) Added ability to add console log to allure and spec reporters (fix for [#​7001](https://togithub.com/webdriverio/webdriverio/issues/7001)) ([@​praveendvd](https://togithub.com/praveendvd)) - `webdriverio` - [#​7136](https://togithub.com/webdriverio/webdriverio/pull/7136) Fix CSS selector misinterpretation ([#​7087](https://togithub.com/webdriverio/webdriverio/issues/7087)) ([@​L0tso](https://togithub.com/L0tso)) ##### :memo: Documentation - [#​7142](https://togithub.com/webdriverio/webdriverio/pull/7142) Update services.json ([@​tzurp](https://togithub.com/tzurp)) ##### :house: Internal - `wdio-applitools-service`, `wdio-cli` - [#​6884](https://togithub.com/webdriverio/webdriverio/pull/6884) Deprecate and remove `@wdio/applitools-service` ([@​christian-bromann](https://togithub.com/christian-bromann)) ##### Committers: 4 - Bohdan Belenok ([@​L0tso](https://togithub.com/L0tso)) - Christian Bromann ([@​christian-bromann](https://togithub.com/christian-bromann)) - [@​tzurp](https://togithub.com/tzurp) - praveendvd ([@​praveendvd](https://togithub.com/praveendvd)) ### [`v7.7.6`](https://togithub.com/webdriverio/webdriverio/blob/master/CHANGELOG.md#v776-2021-07-14) [Compare Source](https://togithub.com/webdriverio/webdriverio/compare/v7.7.5...v7.7.6) ##### :bug: Bug Fix - `wdio-allure-reporter` - [#​7081](https://togithub.com/webdriverio/webdriverio/pull/7081) Fix for Cucumber Data Table not showing in allure report [#​7078](https://togithub.com/webdriverio/webdriverio/issues/7078) ([@​praveendvd](https://togithub.com/praveendvd)) ##### :house: Internal - `devtools`, `wdio-devtools-service`, `webdriverio` - [#​7135](https://togithub.com/webdriverio/webdriverio/pull/7135) chore: up puppeteer-core@10.1.0 ([@​DudaGod](https://togithub.com/DudaGod)) ##### Committers: 2 - Dmitriy Dudkevich ([@​DudaGod](https://togithub.com/DudaGod)) - praveendvd ([@​praveendvd](https://togithub.com/praveendvd)) ### [`v7.7.5`](https://togithub.com/webdriverio/webdriverio/blob/master/CHANGELOG.md#v775-2021-07-12) [Compare Source](https://togithub.com/webdriverio/webdriverio/compare/v7.7.4...v7.7.5) ##### :bug: Bug Fix - `wdio-allure-reporter`, `wdio-utils` - [#​7059](https://togithub.com/webdriverio/webdriverio/pull/7059) Fix for Assertions are thrown twice ([https://github.com/webdriverio/expect-webdriverio/issues/462](https://togithub.com/webdriverio/expect-webdriverio/issues/462)) ([@​praveendvd](https://togithub.com/praveendvd)) ##### :nail_care: Polish - `wdio-cli` - [#​7045](https://togithub.com/webdriverio/webdriverio/pull/7045) Fix sample test for jasmine framework ([@​cek333](https://togithub.com/cek333)) - `wdio-junit-reporter` - [#​7054](https://togithub.com/webdriverio/webdriverio/pull/7054) [@​wdio/junit-reporter](https://togithub.com/wdio/junit-reporter) - replace ansi chars in test.error.message ([@​unickq](https://togithub.com/unickq)) ##### :memo: Documentation - `wdio-selenium-standalone-service` - [#​7093](https://togithub.com/webdriverio/webdriverio/pull/7093) (docs) Updating [@​wdio/selenium-standalone-service](https://togithub.com/wdio/selenium-standalone-service) install version ([@​harsha509](https://togithub.com/harsha509)) - `webdriverio` - [#​7073](https://togithub.com/webdriverio/webdriverio/pull/7073) Docs: Example code correction ([@​harsha509](https://togithub.com/harsha509)) - Other - [#​7076](https://togithub.com/webdriverio/webdriverio/pull/7076) website - docusaurus organizationName & projectName, ([@​unickq](https://togithub.com/unickq)) - [#​7084](https://togithub.com/webdriverio/webdriverio/pull/7084) Typos, minor edits and grammatical corrections ([@​rubencanlas](https://togithub.com/rubencanlas)) - [#​7041](https://togithub.com/webdriverio/webdriverio/pull/7041) JW Player blog post ([@​esaari](https://togithub.com/esaari)) ##### Committers: 6 - Cecil ([@​cek333](https://togithub.com/cek333)) - Eric Saari ([@​esaari](https://togithub.com/esaari)) - Nick Chursin ([@​unickq](https://togithub.com/unickq)) - Sri Harsha ([@​harsha509](https://togithub.com/harsha509)) - [@​rubencanlas](https://togithub.com/rubencanlas) - praveendvd ([@​praveendvd](https://togithub.com/praveendvd))

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by WhiteSource Renovate. View repository job log here.