owncloud / core

:cloud: ownCloud web server core (Files, DAV, etc.)
https://owncloud.com
GNU Affero General Public License v3.0
8.36k stars 2.06k forks source link

test on newer version of firefox #34493

Open individual-it opened 5 years ago

individual-it commented 5 years ago

for tests on firefox we are limited to selenium 3.8.1, because 3.9.0 removed the enablePassThrough option. So without changing the docker container we are limited to Firefox 58.0

make a new research if the situation changed and if the W3C protocol is not supported by the whole stack

places to look at: https://github.com/minkphp/MinkSelenium2Driver/issues/293 https://github.com/minkphp/MinkSelenium2Driver/pull/304 https://github.com/facebook/php-webdriver/issues/469 https://github.com/facebook/php-webdriver/pull/560

ownclouders commented 5 years ago

GitMate.io thinks possibly related issues are https://github.com/owncloud/core/issues/22485 (test), https://github.com/owncloud/core/issues/31579 (test), https://github.com/owncloud/core/issues/22492 (test), https://github.com/owncloud/core/pull/30437 (skip moving test on Firefox), and https://github.com/owncloud/core/pull/31325 (run UI tests in drone on Firefox).