Open greenkeeper[bot] opened 5 years ago
After pinning to 5.8.6 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
dependency
@wdio/cli was updated from 5.9.0
to 5.9.1
.Your tests are still failing with this version. Compare changes
The new version differs by 6 commits.
575883b
v5.9.1
6202934
Docs: grammar changes to chaining selectors docs (#3997)
dc6f405
wdio-junit-reporter: include before and after all failures (#3993)
30f74bc
wdio-config: include and exclude at capability level (#3995)
8f08f46
Print error message on test and "before/after all" hooks failure (#3996)
e2b9342
update changelog
See the full diff
dependency
@wdio/cli was updated from 5.9.1
to 5.9.2
.Your tests are still failing with this version. Compare changes
The new version differs by 10 commits.
fc102df
v5.9.2
a79935d
Simplify getting started (#4014)
e2b6b50
Remove obsolete info about Object.create (#4017)
2cbcc37
typings: wrap waitUntil condition function with Promise (#4009)
1bcf4d3
Move npm init -y
up in docs to avoid global installation (#4007)
8a24de7
wdio-mocha-framework: remove @types from runtime dependencies (#4005)
6dbb710
avoid sauce:contexts calls being made for Sauce RDC tests (#4002)
0bd0f00
add timeline reporter to cli reporter option
b7a9923
add mochawesome to cli reporter option
5e27e83
update changelog
See the full diff
dependency
@wdio/cli was updated from 5.9.2
to 5.9.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 6 commits.
94c7a26
v5.9.3
5e1fcca
Updates to Performance Features (#3992)
0d526a8
Update CLI.md (#4006)
3afbdfe
Update dependencies to enable Greenkeeper π΄ (#4013)
20e4abc
Fixed issue #4021 - Not able to run tests with Sauce Connect and W3C caps (#4022)
3e2b607
update changelog
See the full diff
dependency
@wdio/cli was updated from 5.9.3
to 5.9.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 12 commits.
144209d
v5.9.4
0d1fba8
#3980 Support array of functions for onPrepare and onComplete hooks (#4000)
416ce3a
scripts: generate 3rd party reporters and services (#4020)
8e93ec8
Fix browser session close in watch mode (#3987)
34eeb98
Implement issue#4024: jasmine-framework - introduce new jasmineOpts option: stopSpecOnExpectationFailure (#4025)
b07d4ba
update changelog
94c7a26
v5.9.3
5e1fcca
Updates to Performance Features (#3992)
0d526a8
Update CLI.md (#4006)
3afbdfe
Update dependencies to enable Greenkeeper π΄ (#4013)
20e4abc
Fixed issue #4021 - Not able to run tests with Sauce Connect and W3C caps (#4022)
3e2b607
update changelog
See the full diff
dependency
@wdio/cli was updated from 5.9.4
to 5.9.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 18 commits.
890ed2d
v5.9.5
d539623
@wdio/devtools-service: updating puppeteer.connect arguments (#4041)
b7f8100
Fix build (#4037)
9da09fc
Update executeAsync.js (#4034)
6d18457
Update retry documentation as per #4008 (#4031)
4537428
update changelog
144209d
v5.9.4
0d1fba8
#3980 Support array of functions for onPrepare and onComplete hooks (#4000)
416ce3a
scripts: generate 3rd party reporters and services (#4020)
8e93ec8
Fix browser session close in watch mode (#3987)
34eeb98
Implement issue#4024: jasmine-framework - introduce new jasmineOpts option: stopSpecOnExpectationFailure (#4025)
b07d4ba
update changelog
94c7a26
v5.9.3
5e1fcca
Updates to Performance Features (#3992)
0d526a8
Update CLI.md (#4006)
There are 18 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.9.5
to 5.9.6
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 22 commits.
c7af332
v5.9.6
5593fd2
Wrap addCommand function with Fibers in multiremote mode (#4047)
9c81181
fix runOnCompleteHook to respect async functions (#4048)
5cf0359
update changelog
890ed2d
v5.9.5
d539623
@wdio/devtools-service: updating puppeteer.connect arguments (#4041)
b7f8100
Fix build (#4037)
9da09fc
Update executeAsync.js (#4034)
6d18457
Update retry documentation as per #4008 (#4031)
4537428
update changelog
144209d
v5.9.4
0d1fba8
#3980 Support array of functions for onPrepare and onComplete hooks (#4000)
416ce3a
scripts: generate 3rd party reporters and services (#4020)
8e93ec8
Fix browser session close in watch mode (#3987)
34eeb98
Implement issue#4024: jasmine-framework - introduce new jasmineOpts option: stopSpecOnExpectationFailure (#4025)
There are 22 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.9.6
to 5.10.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 30 commits.
7d955e1
v5.10.0
8cfc066
Add CrossBrowserTesting Service (#3959)
bc6ff2b
Overwrite native commands (#4049)
bbba057
Fix call, execute, executeAsync, remote, multiremote (#4050)
4f9c01e
Rename CONDUCT.md to CODE_OF_CONDUCT.md (#4052)
8808252
typings: Add appium capabilities
5272de3
introduce 'install' command to wdio-cli (#4010)
be33dd4
update changelog
c7af332
v5.9.6
5593fd2
Wrap addCommand function with Fibers in multiremote mode (#4047)
9c81181
fix runOnCompleteHook to respect async functions (#4048)
5cf0359
update changelog
890ed2d
v5.9.5
d539623
@wdio/devtools-service: updating puppeteer.connect arguments (#4041)
b7f8100
Fix build (#4037)
There are 30 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.10.0
to 5.10.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 35 commits.
4aa1eb0
v5.10.1
6d2894d
webdriverio: change argument type for setValue and addValue commands (#4064)
bc9ab62
Types fix for users with noImplicitAny set to true (#4062)
dd63394
wdio-mocha-framework: fix pending test test:end (#4056)
19a5e5f
update changelog
7d955e1
v5.10.0
8cfc066
Add CrossBrowserTesting Service (#3959)
bc6ff2b
Overwrite native commands (#4049)
bbba057
Fix call, execute, executeAsync, remote, multiremote (#4050)
4f9c01e
Rename CONDUCT.md to CODE_OF_CONDUCT.md (#4052)
8808252
typings: Add appium capabilities
5272de3
introduce 'install' command to wdio-cli (#4010)
be33dd4
update changelog
c7af332
v5.9.6
5593fd2
Wrap addCommand function with Fibers in multiremote mode (#4047)
There are 35 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.10.1
to 5.10.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 41 commits.
5c62769
v5.10.3
cbf0d4f
Fix Chromedriver install via config wizard (#4075)
453d40d
update changelog
c58a2c8
v5.10.2
5503af2
Move cbt tunnels to dependency block (#4071)
25dda29
update changelog
4aa1eb0
v5.10.1
6d2894d
webdriverio: change argument type for setValue and addValue commands (#4064)
bc9ab62
Types fix for users with noImplicitAny set to true (#4062)
dd63394
wdio-mocha-framework: fix pending test test:end (#4056)
19a5e5f
update changelog
7d955e1
v5.10.0
8cfc066
Add CrossBrowserTesting Service (#3959)
bc6ff2b
Overwrite native commands (#4049)
bbba057
Fix call, execute, executeAsync, remote, multiremote (#4050)
There are 41 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.10.3
to 5.10.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 44 commits.
2d58d82
v5.10.4
2a27222
Update utils.js (#4077)
33d8010
update changelog
5c62769
v5.10.3
cbf0d4f
Fix Chromedriver install via config wizard (#4075)
453d40d
update changelog
c58a2c8
v5.10.2
5503af2
Move cbt tunnels to dependency block (#4071)
25dda29
update changelog
4aa1eb0
v5.10.1
6d2894d
webdriverio: change argument type for setValue and addValue commands (#4064)
bc9ab62
Types fix for users with noImplicitAny set to true (#4062)
dd63394
wdio-mocha-framework: fix pending test test:end (#4056)
19a5e5f
update changelog
7d955e1
v5.10.0
There are 44 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.10.4
to 5.10.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 49 commits.
e777040
v5.10.5
e372f60
webdriverio: fix doubleClick when using w3c (#4095)
ec6a071
Fixing broken link to Lerna homepage (#4092)
93a9625
Update readme for Allure reporter (#4094)
4a6b2ec
update changelog
2d58d82
v5.10.4
2a27222
Update utils.js (#4077)
33d8010
update changelog
5c62769
v5.10.3
cbf0d4f
Fix Chromedriver install via config wizard (#4075)
453d40d
update changelog
c58a2c8
v5.10.2
5503af2
Move cbt tunnels to dependency block (#4071)
25dda29
update changelog
4aa1eb0
v5.10.1
There are 49 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.10.5
to 5.10.7
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 56 commits.
8053ce1
v5.10.7
d3b928f
update appium service (#4089)
5e0668a
update changelog
173284d
v5.10.6
51dd3b7
don't create branches for in range greenkeeper updates
8194ff9
Update lighthouse in group default to the latest version π (#4043)
19cc3b1
update changelog
e777040
v5.10.5
e372f60
webdriverio: fix doubleClick when using w3c (#4095)
ec6a071
Fixing broken link to Lerna homepage (#4092)
93a9625
Update readme for Allure reporter (#4094)
4a6b2ec
update changelog
2d58d82
v5.10.4
2a27222
Update utils.js (#4077)
33d8010
update changelog
There are 56 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.10.7
to 5.10.8
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 66 commits.
cec1755
v5.10.8
faa1d12
types: fix hook array (#4114)
10375ce
typings: specs and exclude in capabilities is missing in type d⦠(#4108)
2841b07
Update eslint in group default to the latest version π (#4109)
4831f6c
typings: add Edge specific in type DSL. (#4111)
e462533
docs: changed deprecated assert method to current one in example test (#4110)
c100f48
typings: specFileRetries is missing in type dsl. (#4107)
67aa4d5
wdio-appium-service: fix args array, print startup failure message (#4102)
9b9884c
Docs: waitUntil 'waitForTimeout' default value incorrect (#4099)
559d4eb
update changelog
8053ce1
v5.10.7
d3b928f
update appium service (#4089)
5e0668a
update changelog
173284d
v5.10.6
51dd3b7
don't create branches for in range greenkeeper updates
There are 66 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.10.8
to 5.10.9
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 69 commits.
2b91692
v5.10.9
d7374b0
Fix bug where environment flags aren't attached to session (#4116)
57c2b85
update changelog
cec1755
v5.10.8
faa1d12
types: fix hook array (#4114)
10375ce
typings: specs and exclude in capabilities is missing in type d⦠(#4108)
2841b07
Update eslint in group default to the latest version π (#4109)
4831f6c
typings: add Edge specific in type DSL. (#4111)
e462533
docs: changed deprecated assert method to current one in example test (#4110)
c100f48
typings: specFileRetries is missing in type dsl. (#4107)
67aa4d5
wdio-appium-service: fix args array, print startup failure message (#4102)
9b9884c
Docs: waitUntil 'waitForTimeout' default value incorrect (#4099)
559d4eb
update changelog
8053ce1
v5.10.7
d3b928f
update appium service (#4089)
There are 69 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.10.9
to 5.10.10
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 78 commits.
a42b04c
v5.10.10
0029e57
Fix spawn declaration on Windows (#4136)
d6df403
remove return value for url command
3618fef
wdio-allure-reporter: allure attachment content can use Buffer⦠(#4132)
fa59dcb
typings: add touchaction's ms type dsl. (#4131)
a03afd5
Fixed text in 2019-04-03-react-selectors.md (#4130)
79f9b2f
wdio-mocha-framework: add mocha error in type DSL (#4127)
b1b1e4c
Add roadmap document (#4057)
0b94706
update changelog
2b91692
v5.10.9
d7374b0
Fix bug where environment flags aren't attached to session (#4116)
57c2b85
update changelog
cec1755
v5.10.8
faa1d12
types: fix hook array (#4114)
10375ce
typings: specs and exclude in capabilities is missing in type d⦠(#4108)
There are 78 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.10.10
to 5.11.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 91 commits.
f235de6
v5.11.0
6c1428f
add cucumber as supported framework to CLI wizard
dd4a37b
wdio-spec-reporter: fix header in multiremote mode (#4156)
04d9284
Cucumber Framework Support (#3667)
e7cce16
wdio-allure-reporter: add suite separator (#4152)
5151e02
Update deepmerge in group default to the latest version π (#4151)
7091325
cli: Add defaults when running programmatically (#4150)
d47c32e
webdriverio: fix isDisplayed script to work with shadow dom (#4128)
34f3623
Docs: Normalize terminal commands (#4146)
48e6335
Port wdio-static-server-service (#4142)
b147621
Update affiliation from JSF to OpenJSF (#4140)
63aff92
Upload blog post (#3632)
5d3bd07
update changelog
a42b04c
v5.10.10
0029e57
Fix spawn declaration on Windows (#4136)
There are 91 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.11.1
to 5.11.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 106 commits.
0722bae
v5.11.2
1f51c8a
fixing missing dependencies (#4178)
06d0d7d
Cucumber fix error message (#4174)
78c08f4
update changelog
faed934
v5.11.1
be2d033
Cucumber related minor update to frameworks doc (#4173)
43f3f3e
Update Cucumber Babel setup doc (#4169)
3da163b
fix cucumber hook args (#4166)
838c7f5
Add selector and elementId to Element (#4167)
e88147c
Add sauce-connect-launcher to logger of wdio-sauce-service (#4162)
d1b7666
Fixed text in 2019-05-18-visual-regression-for-v5.md (#4160)
51d2c22
Cucumber: TypeScript Setup doc, pass function to requireModule (#4159)
c4cfa29
wdio-utils: Make safeRequire use require.resolve (#4158)
3c5f749
update code example for isFocused
030c59b
update changelog
There are 106 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.11.2
to 5.11.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 125 commits.
407a5d1
v5.11.5
6e20f6a
isSauce should not depend on hostname (#4194)
fd1bfd2
webdriver: support rebinding of context when invoking origFn in⦠(#4186)
6e72209
update changelog
2f94009
v5.11.4
be3d341
add --no-ci
7bdfff6
build before run ci script
38cc927
fix ci script
db013eb
improve ci setup
f346d46
Add EsLint check for dependencies (#4179)
c62e51f
mark cucumber support as resolved
226536b
remove greenkeeper badge
2020b69
add missing pipes
aa5ac28
Add Changelog and Roadmap links to README.md (#4153)
6af2311
update changelog
There are 125 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.11.5
to 5.11.6
.Your tests are still failing with this version. Compare changes
The new version differs by 134 commits.
8a10ff7
v5.11.6
ed3d504
Print link to Sauce Labs job details page when using Sauce Conn⦠(#4204)
25b4463
clean up setTimeout implementation (#4211)
f63ca53
Fix type for webdriverio onPrepare parameter (#4189)
afcb6c4
Updated selectors documentation for element ID (#4117)
2b793f8
Print data tables in spec reporter (#4201)
88e4960
Fix overflow text is displayed (#4202)
75c2223
updated missing patch in changelog
05c049c
update changelog
407a5d1
v5.11.5
6e20f6a
isSauce should not depend on hostname (#4194)
fd1bfd2
webdriver: support rebinding of context when invoking origFn in⦠(#4186)
6e72209
update changelog
2f94009
v5.11.4
be3d341
add --no-ci
There are 134 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.11.6
to 5.11.7
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 14 commits.
945feb8
v5.11.7
201850b
Fix slow before/after command hook in sync mode (#4221)
54bc5ae
Add allure-reporter option useCucumberStepReporter (#4220)
7d21566
Browser/element prototype performance improvements (#4229)
5db7dad
Add Cucumber and Mocha boilerplate (#4233)
3aa4994
Add throttleCPU command (#4046)
70500db
Fix MaxListenersExceededWarning (#4223)
faa1d6b
Fix failing ci (#4226)
2938403
webdriverio: uploadFile return type void => string (#4224)
b89dd6a
wdio-reporter: add suite tags (#4222)
d0491cf
Fixed text in 2019-07-11-cucumberjs-v5-released.md (#4213)
b23137d
Remove safe-buffer dependency (#4212)
dbefb83
minor readme tweaks
027fbc3
update changelog
See the full diff
dependency
@wdio/cli was updated from 5.11.7
to 5.11.8
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 20 commits.
a001038
v5.11.8
34b7162
Feat/add cucumberjs json (#4243)
f8633b0
speedup build, clean, bootstrap (#4237)
24be64f
fix(package): update browserstack-local to version 1.4.2 (#4241)
805ebbd
Cucumber: add result argument to afterScenario hook (#4239)
138f766
update changelog
945feb8
v5.11.7
201850b
Fix slow before/after command hook in sync mode (#4221)
54bc5ae
Add allure-reporter option useCucumberStepReporter (#4220)
7d21566
Browser/element prototype performance improvements (#4229)
5db7dad
Add Cucumber and Mocha boilerplate (#4233)
3aa4994
Add throttleCPU command (#4046)
70500db
Fix MaxListenersExceededWarning (#4223)
faa1d6b
Fix failing ci (#4226)
2938403
webdriverio: uploadFile return type void => string (#4224)
There are 20 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.11.8
to 5.11.10
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 30 commits.
644a371
v5.11.10
fd09ef4
Fix element chaining in async mode (#4256)
d77ba56
Fix debug command in async mode (#4255)
3111840
introduce profileDirectory option in wdio-firefox-profile-servi⦠(#4250)
b85a064
webdriver: truncate screen recording log #4251 (#4252)
260b9df
update changelog
a2d869d
v5.11.9
891f739
Fix commands error handling in sync mode (#4249)
7f00cb8
webdriver: add prefs to ChromeOptions typings (#4247)
aab4e5b
update changelog
a001038
v5.11.8
34b7162
Feat/add cucumberjs json (#4243)
f8633b0
speedup build, clean, bootstrap (#4237)
24be64f
fix(package): update browserstack-local to version 1.4.2 (#4241)
805ebbd
Cucumber: add result argument to afterScenario hook (#4239)
There are 30 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.11.10
to 5.11.11
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 36 commits.
edf3ebf
v5.11.11
b13afb3
Use index when refetching element (#4276)
6814361
Fix waitUntil first iteration is promise (#4269)
bbb9cbc
typings: add isChrome's type dsl. (#4261)
926c37f
Fix FirefoxOptions prefs type to optional (#4260)
6879f65
update changelog
644a371
v5.11.10
fd09ef4
Fix element chaining in async mode (#4256)
d77ba56
Fix debug command in async mode (#4255)
3111840
introduce profileDirectory option in wdio-firefox-profile-servi⦠(#4250)
b85a064
webdriver: truncate screen recording log #4251 (#4252)
260b9df
update changelog
a2d869d
v5.11.9
891f739
Fix commands error handling in sync mode (#4249)
7f00cb8
webdriver: add prefs to ChromeOptions typings (#4247)
There are 36 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.11.11
to 5.11.12
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 42 commits.
32d9805
v5.11.12
a62fcae
Support multiple tables in scenario outline (#4290)
4d78959
Add types for Cucumber hooks (#4285)
7ef375c
Encode uri params (#4283)
ff8134c
Speedup internal tests (#4281)
15b4661
update changelog
edf3ebf
v5.11.11
b13afb3
Use index when refetching element (#4276)
6814361
Fix waitUntil first iteration is promise (#4269)
bbb9cbc
typings: add isChrome's type dsl. (#4261)
926c37f
Fix FirefoxOptions prefs type to optional (#4260)
6879f65
update changelog
644a371
v5.11.10
fd09ef4
Fix element chaining in async mode (#4256)
d77ba56
Fix debug command in async mode (#4255)
There are 42 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.11.12
to 5.11.13
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 50 commits.
840579a
v5.11.13
03f65c7
Fix chrome getLogs and getLogTypes (#4299)
bbce89c
devtools-service: fix tracing (#4295)
f7768c5
devtools-service: onFrameNavigated - do nothing if tracing is n⦠(#4296)
ea98a1e
Make dragAndDrop respect scroll position (#4302)
f774ab1
TypeScript: add elementId as parameter to protocol commands wit⦠(#4300)
afbbe98
Fix for async mode in wdio-sync (#4308)
705ec8f
update changelog
32d9805
v5.11.12
a62fcae
Support multiple tables in scenario outline (#4290)
4d78959
Add types for Cucumber hooks (#4285)
7ef375c
Encode uri params (#4283)
ff8134c
Speedup internal tests (#4281)
15b4661
update changelog
edf3ebf
v5.11.11
There are 50 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.11.13
to 5.11.14
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 62 commits.
e92b2b6
v5.11.14
c1cc27e
Fix getting scroll position in IE11 (#4342)
8e4ec8d
Add JS boilerplate with closure functions (#4327)
e520b7a
Devtools service: fix timeToFirstByte (#4350)
e2c5a51
wdio-devtools-service: update core-js to version 3.2.0 (#4345)
0ccae91
type: fix object
type returned by protocol command (#4347)
040960c
Fix type generation for browser.uploadFile (#4334)
91bc19a
add types for cucumberOpts, fix cucumberOpts in wdio-cli template (#4318)
1e91a68
@wdio/allure-reporter: Skip reporting of passing hooks with opt⦠(#4309)
93f7376
browserstack-service: fix 404 error for app test (#4316)
550291b
types: Add types for w3c capabilities of cloud services (#4313)
b3f8c13
update changelog
840579a
v5.11.13
03f65c7
Fix chrome getLogs and getLogTypes (#4299)
bbce89c
devtools-service: fix tracing (#4295)
There are 62 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.11.14
to 5.12.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 67 commits.
187c8f0
v5.12.0
837d76d
Update minimum node version requirement to Node 10 (#4356)
9cdc5c1
Fix stacktrace formatting (#4325)
9107c73
Update minimum node version requirement to Node 10 (#4356)
60ae7d3
changelog
e92b2b6
v5.11.14
c1cc27e
Fix getting scroll position in IE11 (#4342)
8e4ec8d
Add JS boilerplate with closure functions (#4327)
e520b7a
Devtools service: fix timeToFirstByte (#4350)
e2c5a51
wdio-devtools-service: update core-js to version 3.2.0 (#4345)
0ccae91
type: fix object
type returned by protocol command (#4347)
040960c
Fix type generation for browser.uploadFile (#4334)
91bc19a
add types for cucumberOpts, fix cucumberOpts in wdio-cli template (#4318)
1e91a68
@wdio/allure-reporter: Skip reporting of passing hooks with opt⦠(#4309)
93f7376
browserstack-service: fix 404 error for app test (#4316)
There are 67 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.12.0
to 5.12.1
.Your tests are still failing with this version. Compare changes
The new version differs by 73 commits.
848151e
v5.12.1
2939b3a
Cucumber sync hooks (#4288)
18cdfc5
End process normally (#4332)
b60b5ee
Proposal: change minimum node version to 8 (#4360)
f5fa984
add execute driver support (#4359)
c6c579d
update changelog
187c8f0
v5.12.0
837d76d
Update minimum node version requirement to Node 10 (#4356)
9cdc5c1
Fix stacktrace formatting (#4325)
9107c73
Update minimum node version requirement to Node 10 (#4356)
60ae7d3
changelog
e92b2b6
v5.11.14
c1cc27e
Fix getting scroll position in IE11 (#4342)
8e4ec8d
Add JS boilerplate with closure functions (#4327)
e520b7a
Devtools service: fix timeToFirstByte (#4350)
There are 73 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.12.1
to 5.12.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 17 commits.
3786d36
v5.12.4
e9c1217
Fix process exit code (#4386)
39cbed7
webdriverio: bump resq version to 1.6 (#4389)
2dff92e
wdio-cli: configure allure reporter with wdio cli (#4382)
76361f8
fix(package): update yargs to version 14.0.0 (#4381)
34c7623
update changelog
fb7aac3
v5.12.3
2cfa565
use optionalDependencies
instead of postinstall
for `fibers (#4365)
1e9a52e
fix(package): update chrome-remote-interface to version 0.28.0 (#4374)
2536f7e
fix(package): update @applitools/eyes-webdriverio to version 5.7.0 (#4375)
7ad5928
Fix user hooks in sync mode (#4367)
0f0c612
update changelog
1504984
v5.12.2
ccb4fb5
wdio-crossbrowsertesting-service: Pass along cbtTunnelOpts
to⦠(#4363)
72a5df6
Updated to add command to take region snapshot (#4358)
There are 17 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.12.4
to 5.12.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 22 commits.
10108f7
v5.12.5
49b6ccc
Sauce: Fix update cucumber feature name and job status in Sauce Labs
916de73
Update inquirer in group default to the latest version π (#4398)
e7e4e26
webdriverio: throw proper errors from selectByAttribute/VisibleText
31782bc
update changelog
3786d36
v5.12.4
e9c1217
Fix process exit code (#4386)
39cbed7
webdriverio: bump resq version to 1.6 (#4389)
2dff92e
wdio-cli: configure allure reporter with wdio cli (#4382)
76361f8
fix(package): update yargs to version 14.0.0 (#4381)
34c7623
update changelog
fb7aac3
v5.12.3
2cfa565
use optionalDependencies
instead of postinstall
for `fibers (#4365)
1e9a52e
fix(package): update chrome-remote-interface to version 0.28.0 (#4374)
2536f7e
fix(package): update @applitools/eyes-webdriverio to version 5.7.0 (#4375)
There are 22 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.12.5
to 5.13.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 66 commits.
7311f2f
v5.13.0
d03b044
change release date
0c4d05d
Docs/encourage modern js (#4499)
9e7ade5
Shorten string function in logs (#4468)
3dd552b
Update packages and add package-lock.json (#4492)
f451c4f
Update chrome flags for devtools (#4493)
0eeee52
Update travis ci dist to xenial and set @babel/core version to⦠(#4491)
0ea6b85
v5.13.0-alpha.0
5436eb8
add ability to run canary and beta releases
8aee5f8
Fix interaction with iframe with devtools protocol (#4476)
ce06154
Fix isDisplayed in devtools (#4477)
ade5c7c
Add scRelay flag to not use SC as a Selenium Relay by default (#4474)
705d398
devtools: fix types (#4473)
059605d
devtools: fix getWindowHandles (#4472)
89c89df
fix serialization of elements (#4469)
There are 66 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.13.0
to 5.13.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 72 commits.
545fdcc
v5.13.1
40a7a12
Better propagate custom headers with default headers (#4507)
1132249
webdriver: add actual capabilities processing of experitest res⦠(#4506)
eef1917
Chore: increase blog posts shown in the side meny (#4504)
b4ccfd4
webdriver: Fixed url params being encoded twice, breaking id/na⦠(#4498)
4c2e6a3
update changelog
7311f2f
v5.13.0
d03b044
change release date
0c4d05d
Docs/encourage modern js (#4499)
9e7ade5
Shorten string function in logs (#4468)
3dd552b
Update packages and add package-lock.json (#4492)
f451c4f
Update chrome flags for devtools (#4493)
0eeee52
Update travis ci dist to xenial and set @babel/core version to⦠(#4491)
0ea6b85
v5.13.0-alpha.0
5436eb8
add ability to run canary and beta releases
There are 72 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.13.1
to 5.13.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 78 commits.
f646117
v5.13.2
d839bfe
wdio-jasmine-framework: fix Error in "undefined" (#4516)
91dfe87
fix(package): update serialize-error to version 5.0.0 (#4521)
a626680
Devtools: should not throw if there are no pages (#4512)
00ef2a7
Update SetupTypes.md (#4511)
fe0297a
Run lerna publish
with --exact
(#4508)
545fdcc
v5.13.1
40a7a12
Better propagate custom headers with default headers (#4507)
1132249
webdriver: add actual capabilities processing of experitest res⦠(#4506)
eef1917
Chore: increase blog posts shown in the side meny (#4504)
b4ccfd4
webdriver: Fixed url params being encoded twice, breaking id/na⦠(#4498)
4c2e6a3
update changelog
7311f2f
v5.13.0
d03b044
change release date
0c4d05d
Docs/encourage modern js (#4499)
There are 78 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.13.2
to 5.14.0
.Your tests are still failing with this version. Compare changes
The new version differs by 93 commits.
5d19a11
v5.14.0
83dcbb9
Fix error wording if function is passed into execute (#4556)
74ba56c
update dependencies - closes #4553
ec66413
Updates/wdio cli (#4402)
97dddb3
startRecordingScreen parameter are "options" (#4552)
d22e294
Add step data and context to hooks (#4545)
767c6f3
wdio-cli: add glob support for the exclude param (#4544)
2a2502c
Fixtypings (#4532)
f5dbea9
Remove pac-resolver import workaround (#4543)
d032b91
Wrap test function with before after step hooks (#4354)
ed8a8d2
Add information about possibility to configure protocol for Ser⦠(#4533)
b7e44cb
fix(package): update saucelabs to version 3.0.0 (#4530)
7efca38
wdio-crossbrowsertesting-service: temporary mock pac-resolver (#4529)
182f141
CDP page link fix (#4528)
f4e7c95
Set log levels when run in standalone mode (#4527)
There are 93 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.14.1
to 5.14.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
dependency
@wdio/cli was updated from 5.14.2
to 5.14.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 9 commits.
edce2a5
v5.14.3
d7d1e1b
Remove args filter in executeHooksWithArgs (#4561)
ac5ff2c
update changelog
327c078
v5.14.2
0db10d9
Fix rendering config file (#4560)
27fabb0
wdio-cli: validate exclusive services (#4559)
b4af878
v5.14.1
c541f4a
don't demand to have a command (#4557)
662421a
update changelog
See the full diff
dependency
@wdio/cli was updated from 5.14.3
to 5.14.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 18 commits.
a61e977
v5.14.4
7782a01
Print hooks as they appear in spec reporter (#4577)
d62ee08
runSync return value (#4575)
9771f7b
Add fullTitle to hooks (#4574)
b872c29
Add eslint rule "no-else-return" (#4568)
389d8f4
fix async code example
055aa1d
Fix WebdriverIO Tests on Windows (#4564)
a8215c7
wdio-reporter: Type definitions (#4550)
70440e6
update changelog
edce2a5
v5.14.3
d7d1e1b
Remove args filter in executeHooksWithArgs (#4561)
ac5ff2c
update changelog
327c078
v5.14.2
0db10d9
Fix rendering config file (#4560)
27fabb0
wdio-cli: validate exclusive services (#4559)
There are 18 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.14.4
to 5.14.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 26 commits.
d22ba8c
v5.14.5
d400c86
Report pendingReason from Jasmine tests (#4594)
008cd88
Webdriverio expand click command (#4592)
2038cd0
wdio-devtools-service: better browser name and version check (#4591)
c40e4ed
docs: Edited for grammar, formatting, phrasing, and clarity. (#4584)
7d135f1
Report errors in beforeAll and afterAll with Jasmine (#4572)
f2f17b8
update changelog
7220b63
Fix sync support for repl command (#4581)
a61e977
v5.14.4
7782a01
Print hooks as they appear in spec reporter (#4577)
d62ee08
runSync return value (#4575)
9771f7b
Add fullTitle to hooks (#4574)
b872c29
Add eslint rule "no-else-return" (#4568)
389d8f4
fix async code example
055aa1d
Fix WebdriverIO Tests on Windows (#4564)
There are 26 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.14.5
to 5.15.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 33 commits.
f49384d
v5.15.0
0fa5f01
wdio-cli: REPL Appium config v2 (#4586)
6de6181
add examples and epilogue to cli commands (#4587)
4d34ab6
Wdio config yes (#4576)
f321067
touchAction should be used with Appium (#4598)
8bf8913
Proposal to update docs (#4596)
c733ff9
update changelog
d22ba8c
v5.14.5
d400c86
Report pendingReason from Jasmine tests (#4594)
008cd88
Webdriverio expand click command (#4592)
2038cd0
wdio-devtools-service: better browser name and version check (#4591)
c40e4ed
docs: Edited for grammar, formatting, phrasing, and clarity. (#4584)
7d135f1
Report errors in beforeAll and afterAll with Jasmine (#4572)
f2f17b8
update changelog
7220b63
Fix sync support for repl command (#4581)
There are 33 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.15.0
to 5.15.1
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 53 commits.
03d712f
v5.15.1
56be7f5
Update BoilerplateProjects.md (#4593)
14bd7ef
Fix tagged hooks in Cucumber (#4629)
9cfdfc1
Avoid wrapping it.only fn (#4641)
336add8
Fix watch mode (#4640)
42d12b4
Remove default path in cli (#4637)
76780ce
Add jasmine title to hook (#4633)
fa3f9bd
Move cbt to internal services in wdio-cli (#4634)
f6d5c86
Fix getting identifier for multiple tables (#4627)
a79c74c
Filter services that should not run in worker process (#4623)
c54494e
Replace table with easy-table in @wdio/spec-repoter (#4624)
175939d
reset _NOT_FIBER flag on Timer timeout (#4609)
b546ad5
wdio-sync: convert executeAsync to async/await (#4620)
da00787
Add new custom sauce command: jankinessCheck (#4617)
c9a34f3
Wdio sync executeAsync tests (#4612)
There are 53 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.15.1
to 5.15.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 62 commits.
bfe37c1
v5.15.2
f629fc6
Fix CrossBrowserTesting Service error (#4664)
c7a0bd9
Fix attach to session caps (#4655)
34aa7c4
wdio-runner: Don't fail test run if some reporters were unsync (#4661)
1026c90
wdio-reporter: Polish typing for reporter commands methods (#4660)
ad865c9
Update waitForExist.js (#4654)
c476bd4
Update API.md (#4653)
fab39b3
isDisplayedInViewport returns false if element is missing (#4647)
7823a47
update changelog
03d712f
v5.15.1
56be7f5
Update BoilerplateProjects.md (#4593)
14bd7ef
Fix tagged hooks in Cucumber (#4629)
9cfdfc1
Avoid wrapping it.only fn (#4641)
336add8
Fix watch mode (#4640)
42d12b4
Remove default path in cli (#4637)
There are 62 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.15.2
to 5.15.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 68 commits.
45272b7
v5.15.3
a2b5b92
wdio-allure-reporter: implement addLabel (#4676)
7597dd1
Add support for run *.mjs files (#4672)
ce0a0ff
Update reloadSession.js in order to allow for session reload ev⦠(#4669)
5f63b0f
Check if element is clickable (#4656)
22d33a9
Update Boilerplate example readme (#4670)
bfe37c1
v5.15.2
f629fc6
Fix CrossBrowserTesting Service error (#4664)
c7a0bd9
Fix attach to session caps (#4655)
34aa7c4
wdio-runner: Don't fail test run if some reporters were unsync (#4661)
1026c90
wdio-reporter: Polish typing for reporter commands methods (#4660)
ad865c9
Update waitForExist.js (#4654)
c476bd4
Update API.md (#4653)
fab39b3
isDisplayedInViewport returns false if element is missing (#4647)
7823a47
update changelog
There are 68 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.15.3
to 5.15.4
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 74 commits.
858fec0
v5.15.4
08c9040
Revert "add browser.config to typings (#4682)"
78b68a9
fix the edit button on protocol docs (#4687)
e9c7240
mention error scenario for dismiss and accept alert (#4686)
291f087
open travis site instead of picture when clicking on build-badge (#4684)
f42f6f6
add browser.config to typings (#4682)
45272b7
v5.15.3
a2b5b92
wdio-allure-reporter: implement addLabel (#4676)
7597dd1
Add support for run *.mjs files (#4672)
ce0a0ff
Update reloadSession.js in order to allow for session reload ev⦠(#4669)
5f63b0f
Check if element is clickable (#4656)
22d33a9
Update Boilerplate example readme (#4670)
bfe37c1
v5.15.2
f629fc6
Fix CrossBrowserTesting Service error (#4664)
c7a0bd9
Fix attach to session caps (#4655)
There are 74 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.15.4
to 5.15.5
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 83 commits.
0520861
v5.15.5
87ac5af
ignore package-lock in bootstrap step
e8e18c8
re-enable automated changelog update
3c29a7f
website: add isClickable to en.json (#4701)
7c99d74
webdriverio: expanded click command with offset (#4700)
2969086
Webdriverio add config typing to browser object (#4695)
cd8c0fa
Update puppeteer-core in group default to the latest version π (#4678)
c31dd8c
fix(package): update validator to version 12.0.0 (#4692)
a8c91b6
update changelog
858fec0
v5.15.4
08c9040
Revert "add browser.config to typings (#4682)"
78b68a9
fix the edit button on protocol docs (#4687)
e9c7240
mention error scenario for dismiss and accept alert (#4686)
291f087
open travis site instead of picture when clicking on build-badge (#4684)
f42f6f6
add browser.config to typings (#4682)
There are 83 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.15.5
to 5.15.6
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 88 commits.
e0eeb62
v5.15.6
0406987
fix changelog automatism
6b3feb0
avoid rooted leaf situation
ea07483
Add readme for @wdio/protocols (#4702)
ef1308d
update changelog
0520861
v5.15.5
87ac5af
ignore package-lock in bootstrap step
e8e18c8
re-enable automated changelog update
3c29a7f
website: add isClickable to en.json (#4701)
7c99d74
webdriverio: expanded click command with offset (#4700)
2969086
Webdriverio add config typing to browser object (#4695)
cd8c0fa
Update puppeteer-core in group default to the latest version π (#4678)
c31dd8c
fix(package): update validator to version 12.0.0 (#4692)
a8c91b6
update changelog
858fec0
v5.15.4
There are 88 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.15.6
to 5.16.0
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 103 commits.
ee9cc7e
v5.16.0
613cdd7
Add docs to describe difference between sync and async modes (#4733)
bd0424c
Init framework before browser (#4531)
6f1b03c
Add waitForClickable command (#4736)
902ea1f
Pass empty capabilities if session failed to start (#4730)
9776ca6
shared-store: add types (#4727)
876f5bc
Add test retry attempts to after hooks (#4722)
137a01e
Types refactoring (#4706)
a6e2b86
Looks for Browserstack style versions in capabilities (#4719)
8f4b513
custom locator strategy (#4603)
a7e6a99
Shared store service to exchange data between workers (#4663)
2cc10d6
Handle session errors (#4690)
24d3622
v5.15.7
724fc6f
pretty e.stack only if it exists (#4698)
1ef12f8
wdio-allure-reporter:fix addLabel (#4713)
There are 103 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.16.0
to 5.16.2
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 110 commits.
30b96a4
v5.16.2
9973618
wdio-runner: fix before hook args (#4745)
ca55515
Build a script that grants TSC members to release @wdio packages (#4737)
9ac2af1
[NEW FEATURE] Add the ability to provided Feature file with lin⦠(#4696)
fe9518f
v5.16.1
5af1a5a
Pass capabilities to reporter before session started (#4739)
ecfa90d
Update autocompletion doc (#4729)
ee9cc7e
v5.16.0
613cdd7
Add docs to describe difference between sync and async modes (#4733)
bd0424c
Init framework before browser (#4531)
6f1b03c
Add waitForClickable command (#4736)
902ea1f
Pass empty capabilities if session failed to start (#4730)
9776ca6
shared-store: add types (#4727)
876f5bc
Add test retry attempts to after hooks (#4722)
137a01e
Types refactoring (#4706)
There are 110 commits in total.
See the full diff
dependency
@wdio/cli was updated from 5.16.2
to 5.16.3
.Your tests are passing again with this update. Explicitly upgrade to this version π
The new version differs by 113 commits.
59e11c0
v5.16.3
f27959d
Fix removeLineNumbers (#4750)
70f0333
Update core-js in group default to the latest version π (#4746)
30b96a4
v5.16.2
9973618
wdio-runner: fix before hook args (#4745)
ca55515
Build a script that grants TSC members to release @wdio packages (#4737)
9ac2af1
[NEW FEATURE] Add the ability to provided Feature file with lin⦠(#4696)
fe9518f
v5.16.1
5af1a5a
Pass capabilities to reporter before session started (#4739)
ecfa90d
Update autocompletion doc (#4729)
ee9cc7e
v5.16.0
613cdd7
Add docs to describe difference between sync and async modes (#4733)
bd0424c
Init framework before browser (#4531)
6f1b03c
Add waitForClickable command (#4736)
902ea1f
Pass empty capabilities if session failed to start (#4730)
There are 113 commits in total.
See the full diff
The dependency @wdio/cli was updated from
5.8.6
to5.9.0
.π¨ View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
@wdio/cli is a direct dependency of this project, and it is very likely causing it to break. If other packages depend on yours, this update is probably also breaking those in turn.
Status Details
- β **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/klamping/wdio-mocha-basic/builds/534844324?utm_source=github_status&utm_medium=notification)).Commits
The new version differs by 5 commits.
6339dc4
v5.9.0
270cca4
new logger - initial version (#3950)
770f4ae
fix multiremote instances spawning (#3958)
55becf5
Visual regression blog (#3990)
6756ecc
update changelog
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donβt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: