markelog / gulp-wdio

Better gulp plugin for webdriver.io
MIT License
4 stars 0 forks source link

Update selenium-standalone to v6.0.1 #3

Closed shtaft closed 7 years ago

shtaft commented 7 years ago

This version of selenium-standalone supports marionette by default. Marionette support is required for running firefox 48+

shtaft commented 7 years ago

Guessing CI is failing due to a dated Java version on Travis?

markelog commented 7 years ago

Works on my machine, will try newest dist on travis, that might work.

Relevant – https://github.com/travis-ci/travis-ci/issues/4042

markelog commented 7 years ago

Had to revert, works on my machine but travis can't handle it for some reason, try it in many different ways - updating java to 8 and 9 with different ways and styles, it still gives me errors.

selenium-standalone though should has support for marionette i.e. of ff 48+ prior to 6 version (https://github.com/vvo/selenium-standalone/pull/187), verified this on my machine.

I feel we have to wait until java errors are handled and settled, since right now it doesn't look as stable solution