Elements' jobs for 8.10 are failing since ELEMENTS-926 because of:
...
org.openqa.selenium.WebDriverException: Timed out waiting for driver server to start.
...
This might be causes by a mismatch between the version of Chrome that's running on SLAVE810 slaves and the version of chromedriver that comes as a transitive dependency with web-component-tester.
We also have install errors because of old npm dependencies to nuxeo-elements, which are fetching content from master with dependencies that won't install on node v6. These dependencies were added very early, under ELEMENTS-74, as foundational work for Designer, and it was later cleaned up on master on ELEMENTS-623. They should be removed from the maintenance branches as well.
- is caused by
-
ELEMENTS-926 Lock polymer-cli version to 1.6.0
- Resolved
- is related to
-
NXP-27802 Lock web-component-tester version on Web UI 8.10
- Resolved
-
ELEMENTS-74 Setup npm in nuxeo-elements/ui-elements
- Resolved
-
ELEMENTS-623 Cleanup package.json in elements
- Resolved