Testbench: ChromeDriver on Linux-Webserver

Hello vaadin community,

me and my fellow dev-team are stuck in the following situation:

Some of our UI-Integration-Tests are failing on our webserver but work in our local dev-environment. Locally, we’re using the ChromeDriver to emulate user-interactions with our webapp. Our production-server runs with linux and as it seems that ChromeDriver isn’t working there, we tried using phantomJS. Unfortunately, some of those tests fail with phantomJS when they work in a Chrome-Environment.

Therefore, we were wondering if anyone can give us a hint on how to use ChromeDriver on linux or has a clue why phantomJS fails some tests.

Any help would be much appreciated.

regards,
Stefan