authomatic / chromedriver_installer

ChromeDriver installer for Python
15 stars 34 forks source link

Better tests #5

Closed peterhudec closed 7 years ago

peterhudec commented 7 years ago

Tests now retrieve all chromedriver versions and checksums from https://chromedriver.storage.googleapis.com

For some reason all tests of version 2.29 fail on Travis (Ubuntu) because the chromedriver -v command doesn't seem to return anything. https://travis-ci.org/peterhudec/chromedriver_installer

peterhudec commented 7 years ago

The tests for version 2.29 were failing on Travis CI because Chromedriver although correctly installed didn't return the version with chromedriver -v but an error message that it was missing the version GLIBCXX_3.4.18 of the libstdc++.so.6 library.

Switching to Docker on Travis CI solved the issue.