This repository was archived by the owner on Jul 29, 2024. It is now read-only.
File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 53
53
- ([02746dd](https://github.com/angular/protractor/commit/02746dd37726b2647f8f8dbeb1152cd7f902acb0))
54
54
fix(browser): Add space after full stop in error message. (#4594)
55
55
Linkifiers interpret the ".If" at the end of the URL as part of the URL.
56
- )
57
56
58
57
- ([7f968e0](https://github.com/angular/protractor/commit/7f968e022a7f7ebcda8955651f2907c1a25ecc22))
59
58
fix(direct): Use config's geckoDriver when specified (#4554)
77
76
3. add lock file
78
77
79
78
# 5.2.2
80
- ## Fixes
79
+ ## Fixes
81
80
- ([b3c7404](https://github.com/angular/protractor/commit/b3c7404258db55a71e7bc4520973c0665cb0ff06))
82
81
Revert "fix(jasmine): Update Jasmine to support Node8 async/await (#4608)"
83
82
This reverts commit 5d13b00bca651227eb55616363f7d7eb8a91f8e8.
107
106
Update to the latest blocking proxy (#4546)
108
107
109
108
## Breaking Changes
109
+
110
110
- ([5d13b00](https://github.com/angular/protractor/commit/5d13b00bca651227eb55616363f7d7eb8a91f8e8))
111
111
fix(jasmine): Update Jasmine to support Node8 async/await (#4608)
112
112
185
185
- ([dd2ccbb](https://github.com/angular/protractor/commit/dd2ccbb1b73b7c90647837cd1c4f6b16b3f6b0ac))
186
186
feat(saucelabs): Add Sauce Labs protocol customization support
187
187
188
+ New option `sauceSeleniumUseHttp` available in `protractor.conf.js`
189
+ If true, uses 'http' instead of 'https' to connect to Sauce Labs defined by `sauceSeleniumAddress`
190
+
188
191
## Fixes
189
192
190
193
- ([1a47076](https://github.com/angular/protractor/commit/1a47076875395648038a39fcd258a77bfcabe05c))
255
258
- changed element.ts to not use keyof
256
259
- remove gulp task tsc:spec
257
260
261
+ ## Breaking Changes
262
+
263
+ - The protocol for a Sauce Labs selenium relay (sauceSeleniumAddress in protractor.conf.js)
264
+ is 'https' (previously used 'http'). The protocol is not configurable in this version.
265
+
266
+
258
267
# 5.1.0
259
268
260
269
#### Blocking proxy
You can’t perform that action at this time.
0 commit comments