Skip to content

Commit

Permalink
v7.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WebdriverIO Release Bot committed Aug 30, 2021
1 parent b93e7f4 commit f52e342
Show file tree
Hide file tree
Showing 17 changed files with 42 additions and 27 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,21 @@ See [CHANGELOG - v6](https://github.com/webdriverio/webdriverio/blob/v6/CHANGELO

---

## v7.11.1 (2021-08-30)

#### :bug: Bug Fix
* `wdio-jasmine-framework`, `wdio-junit-reporter`, `wdio-mocha-framework`
* [#7357](https://github.com/webdriverio/webdriverio/pull/7357) (junit-reporter) Include all parent suites in suite.fullTitle ([@lthurr](https://github.com/lthurr))

#### :nail_care: Polish
* `webdriverio`
* [#7348](https://github.com/webdriverio/webdriverio/pull/7348) Allow `isExisting` to work with an composed element ([@christian-bromann](https://github.com/christian-bromann))

#### Committers: 2
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
- Luis Thur ([@lthurr](https://github.com/lthurr))


## v7.11.0 (2021-08-26)

#### :eyeglasses: Spec Compliancy
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "7.11.0",
"version": "7.11.1",
"command": {
"bootstrap": {
"npmClientArgs": [
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-browserstack-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/browserstack-service",
"version": "7.11.0",
"version": "7.11.1",
"description": "WebdriverIO service for better Browserstack integration",
"author": "Adam Bjerstedt <abjerstedt@gmail.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-browserstack-service",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@wdio/types": "7.10.1",
"browserstack-local": "^1.4.5",
"got": "^11.0.2",
"webdriverio": "7.11.0"
"webdriverio": "7.11.1"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/cli",
"version": "7.11.0",
"version": "7.11.1",
"description": "WebdriverIO testrunner command line interface",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-cli",
Expand Down Expand Up @@ -53,7 +53,7 @@
"lodash.union": "^4.6.0",
"mkdirp": "^1.0.4",
"recursive-readdir": "^2.2.2",
"webdriverio": "7.11.0",
"webdriverio": "7.11.1",
"yargs": "^17.0.0",
"yarn-install": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-crossbrowsertesting-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/crossbrowsertesting-service",
"version": "7.11.0",
"version": "7.11.1",
"description": "A WebdriverIO service that manages local tunnel and job metadata for CrossBrowserTesting users.",
"author": "Daphne Magsby <daphnem@crossbrowsertesting.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-crossbrowsertesting-service",
Expand All @@ -27,7 +27,7 @@
"@wdio/types": "7.10.1",
"cbt_tunnels": "^1.2.2",
"got": "^11.0.2",
"webdriverio": "7.11.0"
"webdriverio": "7.11.1"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-devtools-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/devtools-service",
"version": "7.11.0",
"version": "7.11.1",
"description": "A WebdriverIO service that allows you to run Chrome DevTools commands in your tests",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-devtools-service",
Expand Down Expand Up @@ -42,7 +42,7 @@
"puppeteer-core": "^10.1.0",
"speedline": "^1.4.1",
"stable": "^0.1.8",
"webdriverio": "7.11.0"
"webdriverio": "7.11.1"
},
"devDependencies": {
"@types/atob": "^2.1.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-jasmine-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/jasmine-framework",
"version": "7.11.0",
"version": "7.11.1",
"description": "A WebdriverIO plugin. Adapter for Jasmine testing framework.",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-jasmine-framework",
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-junit-reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/junit-reporter",
"version": "7.10.1",
"version": "7.11.1",
"description": "A WebdriverIO reporter that creates Jenkins compatible XML based JUnit reports",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-junit-reporter",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-local-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/local-runner",
"version": "7.11.0",
"version": "7.11.1",
"description": "A WebdriverIO runner to run tests locally",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-local-runner",
Expand All @@ -26,7 +26,7 @@
"@types/stream-buffers": "^3.0.3",
"@wdio/logger": "7.7.0",
"@wdio/repl": "7.11.0",
"@wdio/runner": "7.11.0",
"@wdio/runner": "7.11.1",
"@wdio/types": "7.10.1",
"async-exit-hook": "^2.0.1",
"split2": "^3.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/wdio-mocha-framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/mocha-framework",
"version": "7.11.0",
"version": "7.11.1",
"description": "A WebdriverIO plugin. Adapter for Mocha testing framework.",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-mocha-framework",
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/runner",
"version": "7.11.0",
"version": "7.11.1",
"description": "A WebdriverIO service that runs tests in arbitrary environments",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-runner",
Expand Down Expand Up @@ -29,7 +29,7 @@
"deepmerge": "^4.0.0",
"gaze": "^1.1.2",
"webdriver": "7.11.0",
"webdriverio": "7.11.0"
"webdriverio": "7.11.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-sauce-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/sauce-service",
"version": "7.11.0",
"version": "7.11.1",
"description": "WebdriverIO service that provides a better integration into Sauce Labs",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-sauce-service",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@wdio/types": "7.10.1",
"@wdio/utils": "7.11.0",
"saucelabs": "^6.0.0",
"webdriverio": "7.11.0"
"webdriverio": "7.11.1"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-shared-store-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/shared-store-service",
"version": "7.11.0",
"version": "7.11.1",
"description": "A WebdriverIO service to exchange data across processes",
"author": "Mykola Grybyk <mykola.grybyk@gmail.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-shared-store-service",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@wdio/types": "7.10.1",
"got": "^11.0.2",
"polka": "^0.5.2",
"webdriverio": "7.11.0"
"webdriverio": "7.11.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/sync",
"version": "7.11.0",
"version": "7.11.1",
"description": "A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-sync",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@wdio/logger": "7.7.0",
"@wdio/types": "7.10.1",
"fibers": "^5.0.0",
"webdriverio": "7.11.0"
"webdriverio": "7.11.1"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-testingbot-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/testingbot-service",
"version": "7.11.0",
"version": "7.11.1",
"description": "A WebdriverIO service that provides a better integration into TestingBot",
"author": "Jochen Delabie <info@testingbot.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-testingbot-service",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@wdio/types": "7.10.1",
"got": "^11.0.2",
"testingbot-tunnel-launcher": "^1.1.7",
"webdriverio": "7.11.0"
"webdriverio": "7.11.1"
},
"peerDependencies": {
"@wdio/cli": "^7.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/wdio-webdriver-mock-service/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdio/webdriver-mock-service",
"version": "7.11.0",
"version": "7.11.1",
"description": "A WebdriverIO service to stub all endpoints for internal testing purposes.",
"author": "Christian Bromann <christian@saucelabs.com>",
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-webdriver-mock-service",
Expand All @@ -23,7 +23,7 @@
"@wdio/types": "7.10.1",
"nock": "^13.0.0",
"uuid": "^8.0.0",
"webdriverio": "7.11.0"
"webdriverio": "7.11.1"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/webdriverio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "webdriverio",
"description": "Next-gen browser and mobile automation test framework for Node.js",
"version": "7.11.0",
"version": "7.11.1",
"homepage": "https://webdriver.io",
"author": "Christian Bromann <christian@saucelabs.com>",
"license": "MIT",
Expand Down

0 comments on commit f52e342

Please sign in to comment.