Skip to content

Commit 1b11d19

Browse files
v6.0.0-alpha.1
1 parent 5a9d03d commit 1b11d19

File tree

37 files changed

+165
-67
lines changed

37 files changed

+165
-67
lines changed

CHANGELOG.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,104 @@ See [CHANGELOG - v4](https://github.com/webdriverio-boneyard/v4/blob/master/CHAN
1515

1616
---
1717

18+
## v6.0.0-alpha.1 (2020-01-15)
19+
20+
#### :boom: Breaking Change
21+
* `wdio-protocols`, `webdriver`
22+
* [#4944](https://github.com/webdriverio/webdriverio/pull/4944) webdriver.d.ts colliding type definitions for launchApp between Appium and Chromium ([@resolritter](https://github.com/resolritter))
23+
* `wdio-appium-service`, `wdio-applitools-service`, `wdio-browserstack-service`, `wdio-crossbrowsertesting-service`, `wdio-devtools-service`, `wdio-firefox-profile-service`, `wdio-sauce-service`, `wdio-selenium-standalone-service`, `wdio-shared-store-service`, `wdio-static-server-service`, `wdio-testingbot-service`, `wdio-utils`
24+
* [#4606](https://github.com/webdriverio/webdriverio/pull/4606) Remove ability to set service configs on root level ([@christian-bromann](https://github.com/christian-bromann))
25+
* `wdio-cli`, `wdio-config`, `wdio-junit-reporter`, `webdriver`, `webdriverio`
26+
* [#4907](https://github.com/webdriverio/webdriverio/pull/4907) Set default WebDriver path to `/` ([@christian-bromann](https://github.com/christian-bromann))
27+
28+
#### :rocket: New Feature
29+
* `wdio-cli`, `wdio-config`, `wdio-junit-reporter`, `webdriver`
30+
* [#4906](https://github.com/webdriverio/webdriverio/pull/4906) Feature/read timeout ([@rsquires](https://github.com/rsquires))
31+
32+
#### :bug: Bug Fix
33+
* `wdio-config`, `wdio-runner`
34+
* [#4938](https://github.com/webdriverio/webdriverio/pull/4938) Fix sanitization of capabilities object (due to DEFAULT_CONFIGS now being a function) ([@mehibbs](https://github.com/mehibbs))
35+
* `wdio-config`
36+
* [#4923](https://github.com/webdriverio/webdriverio/pull/4923) fix default configs being exported as a singleton ([@naorzr](https://github.com/naorzr))
37+
* `webdriverio`
38+
* [#4918](https://github.com/webdriverio/webdriverio/pull/4918) Fix selection of h1 using tag name selector strategy ([@christian-bromann](https://github.com/christian-bromann))
39+
* `wdio-appium-service`
40+
* [#4915](https://github.com/webdriverio/webdriverio/pull/4915) fix: fix spawning Appium on Windows ([@wswebcreation](https://github.com/wswebcreation))
41+
42+
#### :nail_care: Polish
43+
* `wdio-utils`
44+
* [#4959](https://github.com/webdriverio/webdriverio/pull/4959) Support fully qualified paths to plugins ([@christian-bromann](https://github.com/christian-bromann))
45+
* `webdriverio`
46+
* [#4940](https://github.com/webdriverio/webdriverio/pull/4940) Performance improvements on element creation ([@christian-bromann](https://github.com/christian-bromann))
47+
* `devtools`
48+
* [#4927](https://github.com/webdriverio/webdriverio/pull/4927) Remove ff dependency ([@pmerwin](https://github.com/pmerwin))
49+
* [#4924](https://github.com/webdriverio/webdriverio/pull/4924) Remove ff dependency ([@pmerwin](https://github.com/pmerwin))
50+
* `wdio-junit-reporter`
51+
* [#4878](https://github.com/webdriverio/webdriverio/pull/4878) 💥🚀 Cucumber-style JUnit reports in @wdio/junit-reporter ([@mikesalvia](https://github.com/mikesalvia))
52+
* `wdio-cli`
53+
* [#4911](https://github.com/webdriverio/webdriverio/pull/4911) wdio-cli: allow for custom path for WDIO config ([@baruchvlz](https://github.com/baruchvlz))
54+
55+
#### :memo: Documentation
56+
* `wdio-reporter`, `wdio-runner`, `wdio-sync`, `webdriverio`
57+
* [#4960](https://github.com/webdriverio/webdriverio/pull/4960) Add docs for addLocatorStrategy ([@christian-bromann](https://github.com/christian-bromann))
58+
* `wdio-sync`, `webdriver`, `webdriverio`
59+
* [#4948](https://github.com/webdriverio/webdriverio/pull/4948) Better document process how types are generated. ([@christian-bromann](https://github.com/christian-bromann))
60+
* Other
61+
* [#4939](https://github.com/webdriverio/webdriverio/pull/4939) Fix some wording issues in the selector docs ([@christian-bromann](https://github.com/christian-bromann))
62+
* [#4935](https://github.com/webdriverio/webdriverio/pull/4935) Add storybook-wdio boilerplate to document ([@davidnguyen179](https://github.com/davidnguyen179))
63+
* `wdio-cli`
64+
* [#4920](https://github.com/webdriverio/webdriverio/pull/4920) Add markdown Reporter ([@carmenmitru](https://github.com/carmenmitru))
65+
* [#4910](https://github.com/webdriverio/webdriverio/pull/4910) Add Slack Service to WDIO ([@carmenmitru](https://github.com/carmenmitru))
66+
67+
#### :house: Internal
68+
* `wdio-browserstack-service`, `wdio-crossbrowsertesting-service`, `wdio-protocols`, `wdio-sauce-service`, `wdio-shared-store-service`, `wdio-sumologic-reporter`, `wdio-testingbot-service`, `webdriver`, `webdriverio`
69+
* [#4708](https://github.com/webdriverio/webdriverio/pull/4708) Replace Request lib with Got ([@christian-bromann](https://github.com/christian-bromann))
70+
71+
#### Committers: 11
72+
- Baruch Velez ([@baruchvlz](https://github.com/baruchvlz))
73+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
74+
- David Nguyen ([@davidnguyen179](https://github.com/davidnguyen179))
75+
- João Paulo ([@resolritter](https://github.com/resolritter))
76+
- Mike Salvia ([@mikesalvia](https://github.com/mikesalvia))
77+
- Mitru Carmen ([@carmenmitru](https://github.com/carmenmitru))
78+
- Phil Merwin ([@pmerwin](https://github.com/pmerwin))
79+
- Ross Squires ([@rsquires](https://github.com/rsquires))
80+
- Wim Selles ([@wswebcreation](https://github.com/wswebcreation))
81+
- [@mehibbs](https://github.com/mehibbs)
82+
- [@naorzr](https://github.com/naorzr)
83+
84+
85+
## v6.0.0-alpha.0 (2019-12-18)
86+
87+
#### :boom: Breaking Change
88+
* `wdio-applitools-service`, `webdriverio`
89+
* [#4720](https://github.com/webdriverio/webdriverio/pull/4720) Remove WebdriverIOAsync namespace ([@mgrybyk](https://github.com/mgrybyk))
90+
* `devtools`, `wdio-shared-store-service`, `wdio-sync`, `webdriver`, `webdriverio`
91+
* [#4740](https://github.com/webdriverio/webdriverio/pull/4740) Update minimal TypeScript version to 3.7.2 or higher ([@mgrybyk](https://github.com/mgrybyk))
92+
* `devtools`, `eslint-plugin-wdio`, `wdio-allure-reporter`, `wdio-appium-service`, `wdio-applitools-service`, `wdio-browserstack-service`, `wdio-cli`, `wdio-concise-reporter`, `wdio-config`, `wdio-crossbrowsertesting-service`, `wdio-cucumber-framework`, `wdio-devtools-service`, `wdio-dot-reporter`, `wdio-firefox-profile-service`, `wdio-jasmine-framework`, `wdio-junit-reporter`, `wdio-lambda-runner`, `wdio-local-runner`, `wdio-logger`, `wdio-mocha-framework`, `wdio-protocols`, `wdio-repl`, `wdio-reporter`, `wdio-runner`, `wdio-sauce-service`, `wdio-selenium-standalone-service`, `wdio-shared-store-service`, `wdio-smoke-test-reporter`, `wdio-smoke-test-service`, `wdio-spec-reporter`, `wdio-static-server-service`, `wdio-sumologic-reporter`, `wdio-sync`, `wdio-testingbot-service`, `wdio-utils`, `wdio-webdriver-mock-service`, `webdriver`, `webdriverio`
93+
* [#4542](https://github.com/webdriverio/webdriverio/pull/4542) Drop Node v8 Support ([@christian-bromann](https://github.com/christian-bromann))
94+
95+
#### :rocket: New Feature
96+
* `wdio-sync`, `webdriverio`
97+
* [#4802](https://github.com/webdriverio/webdriverio/pull/4802) Proposal to add element equals command ([@mgrybyk](https://github.com/mgrybyk))
98+
99+
#### :bug: Bug Fix
100+
* `wdio-config`
101+
* [#4897](https://github.com/webdriverio/webdriverio/pull/4897) Prefer custom properties if detecting backend ([@christian-bromann](https://github.com/christian-bromann))
102+
103+
#### :memo: Documentation
104+
* [#4898](https://github.com/webdriverio/webdriverio/pull/4898) Minor styling fixes for flowchart ([@christian-bromann](https://github.com/christian-bromann))
105+
* [#4873](https://github.com/webdriverio/webdriverio/pull/4873) Added flowcharts ([@jdavis61](https://github.com/jdavis61))
106+
107+
#### :house: Internal
108+
* [#4888](https://github.com/webdriverio/webdriverio/pull/4888) Implement back-porting process for maintainers ([@christian-bromann](https://github.com/christian-bromann))
109+
110+
#### Committers: 3
111+
- Christian Bromann ([@christian-bromann](https://github.com/christian-bromann))
112+
- James Davis ([@jdavis61](https://github.com/jdavis61))
113+
- Mykola Grybyk ([@mgrybyk](https://github.com/mgrybyk))
114+
115+
18116
## v6.0.0-alpha.0 (2019-12-18)
19117

20118
#### :boom: Breaking Change

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "6.0.0-alpha.0",
6+
"version": "6.0.0-alpha.1",
77
"command": {
88
"bootstrap": {
99
"npmClientArgs": [

packages/devtools/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "devtools",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-alpha.1",
44
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer",
55
"author": "Christian Bromann <christian@saucelabs.com>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/webdriver",
@@ -30,10 +30,10 @@
3030
"url": "https://github.com/webdriverio/webdriverio/issues"
3131
},
3232
"dependencies": {
33-
"@wdio/config": "6.0.0-alpha.0",
33+
"@wdio/config": "6.0.0-alpha.1",
3434
"@wdio/logger": "6.0.0-alpha.0",
35-
"@wdio/protocols": "6.0.0-alpha.0",
36-
"@wdio/utils": "6.0.0-alpha.0",
35+
"@wdio/protocols": "6.0.0-alpha.1",
36+
"@wdio/utils": "6.0.0-alpha.1",
3737
"chrome-launcher": "^0.11.1",
3838
"puppeteer-core": "^1.18.1"
3939
},

packages/wdio-allure-reporter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/allure-reporter",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-alpha.1",
44
"description": "A WebdriverIO reporter plugin to create Allure Test Reports",
55
"author": "Boris Osipov <osipov.boris@gmail.com>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-allure-reporter",
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/webdriverio/webdriverio/issues"
3333
},
3434
"dependencies": {
35-
"@wdio/reporter": "6.0.0-alpha.0",
35+
"@wdio/reporter": "6.0.0-alpha.1",
3636
"allure-js-commons": "^1.3.2"
3737
},
3838
"peerDependencies": {

packages/wdio-appium-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/appium-service",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-alpha.1",
44
"description": "A WebdriverIO service to start & stop Appium Server",
55
"author": "Morten Bjerg Gregersen <morten@mogee.dk>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-appium-service",

packages/wdio-applitools-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/applitools-service",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-alpha.1",
44
"description": "A WebdriverIO service for visual regression testing using Applitools",
55
"author": "Christian Bromann <christian@saucelabs.com>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-applitools-service",

packages/wdio-browserstack-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/browserstack-service",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-alpha.1",
44
"description": "WebdriverIO service for better Browserstack integration",
55
"author": "Adam Bjerstedt <abjerstedt@gmail.com>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-browserstack-service",

packages/wdio-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/cli",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-alpha.1",
44
"description": "WebdriverIO testrunner command line interface",
55
"author": "Christian Bromann <christian@saucelabs.com>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-cli",
@@ -35,9 +35,9 @@
3535
"url": "https://github.com/webdriverio/webdriverio/issues"
3636
},
3737
"dependencies": {
38-
"@wdio/config": "6.0.0-alpha.0",
38+
"@wdio/config": "6.0.0-alpha.1",
3939
"@wdio/logger": "6.0.0-alpha.0",
40-
"@wdio/utils": "6.0.0-alpha.0",
40+
"@wdio/utils": "6.0.0-alpha.1",
4141
"async-exit-hook": "^2.0.1",
4242
"chalk": "^3.0.0",
4343
"chokidar": "^3.0.0",
@@ -49,7 +49,7 @@
4949
"lodash.pickby": "^4.6.0",
5050
"lodash.union": "^4.6.0",
5151
"log-update": "^3.2.0",
52-
"webdriverio": "6.0.0-alpha.0",
52+
"webdriverio": "6.0.0-alpha.1",
5353
"yargs": "^15.0.1",
5454
"yarn-install": "^1.0.0"
5555
},

packages/wdio-concise-reporter/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/concise-reporter",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-alpha.1",
44
"description": "A concise reporter for WebdriverIO",
55
"author": "Christian Bromann <christian@saucelabs.com>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-concise-reporter",
@@ -30,7 +30,7 @@
3030
"url": "https://github.com/webdriverio/webdriverio/issues"
3131
},
3232
"dependencies": {
33-
"@wdio/reporter": "6.0.0-alpha.0",
33+
"@wdio/reporter": "6.0.0-alpha.1",
3434
"chalk": "^3.0.0",
3535
"pretty-ms": "^5.0.0"
3636
},

packages/wdio-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/config",
3-
"version": "6.0.0-alpha.0",
3+
"version": "6.0.0-alpha.1",
44
"description": "A helper utility to parse and validate WebdriverIO options",
55
"author": "Christian Bromann <christian@saucelabs.com>",
66
"homepage": "https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-config",

0 commit comments

Comments
 (0)